aboutsummaryrefslogtreecommitdiffstats
path: root/app/map.js
diff options
context:
space:
mode:
authorPetri Hienonen <petri.hienonen@gmail.com>2025-11-08 19:40:00 +0200
committerPetri Hienonen <petri.hienonen@gmail.com>2025-11-08 19:40:00 +0200
commita9a0070662c2494b37528d27d7420f3da33e749d (patch)
treecaf97caf333086fee1fc9684e8743f08004a6842 /app/map.js
parent08528a9e05a12e564f2c3776be4c8ae672f5054c (diff)
downloadhousing-a9a0070662c2494b37528d27d7420f3da33e749d.tar.zst
Try to refactor dom
Diffstat (limited to 'app/map.js')
-rw-r--r--app/map.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/map.js b/app/map.js
index b792704..2658df9 100644
--- a/app/map.js
+++ b/app/map.js
@@ -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;