station popup

This commit is contained in:
2026-05-05 07:45:43 -06:00
parent f1abe3becf
commit d51cb8191f
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -6,6 +6,9 @@ indent_style = tab
[*.html]
indent_style = space
indent_size = 2
[*.js]
indent_style = space
indent_size = 2
[*.proto]
indent_style = space
indent_size = 2
+1 -1
View File
@@ -66,7 +66,7 @@ for (const station of stations) {
html: `<div class="station" style="--color: ${color};"></div>`,
iconSize: [5, 5],
})
}).addTo(map)
}).addTo(map).bindPopup(station.name.replace(" Station", ""))
}
function clearMap() {