cool stuff

This commit is contained in:
2025-07-27 12:40:20 -04:00
parent 5948712048
commit 6e73ee17dc
7 changed files with 212 additions and 32 deletions
+3 -1
View File
@@ -55,7 +55,9 @@
color: COLORS[vehicle.line],
fillOpacity: 0.5,
radius: 200,
}).addTo(map);
})
.addTo(map)
.bindPopup(vehicle.nearestStation.name);
});
});
</script>