diff --git a/templates/map.html b/templates/map.html index 9a434f9..72335d0 100644 --- a/templates/map.html +++ b/templates/map.html @@ -8,7 +8,7 @@ - + @@ -17,7 +17,7 @@ let map=L.map("map",{center:[38.2,-85.75],zoom:13,layers:[L.tileLayer("https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png")]}); let stops={{stops}}; for (stop in stops){ - L.circle(stops[stop]).bindPopup(`Stop #${stop}`).addTo(map) + L.circle(stops[stop]).bindPopup(`Stop #${stop}`).addTo(map) } let layerControl=L.control.layers().addTo(map); let busLayers={},busMarkers={};