diff options
| author | Petri Hienonen <petri.hienonen@gmail.com> | 2025-11-08 19:40:00 +0200 |
|---|---|---|
| committer | Petri Hienonen <petri.hienonen@gmail.com> | 2025-11-08 19:40:00 +0200 |
| commit | a9a0070662c2494b37528d27d7420f3da33e749d (patch) | |
| tree | caf97caf333086fee1fc9684e8743f08004a6842 /app/map.js | |
| parent | 08528a9e05a12e564f2c3776be4c8ae672f5054c (diff) | |
| download | housing-a9a0070662c2494b37528d27d7420f3da33e749d.tar.zst | |
Try to refactor dom
Diffstat (limited to 'app/map.js')
| -rw-r--r-- | app/map.js | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -61,9 +61,6 @@ export class PanningConfig { static DEFAULT_VIEWBOX_SCALE = 1; } -/** - * Map component for rendering houses, districts, and train infrastructure - */ export class MapEl { /** @type {SVGSVGElement} */ svg; |
