Merge remote-tracking branch 'origin/velocity' into components

This commit is contained in:
ThePetrovich 2025-07-02 19:17:45 +08:00
commit 0e4d5a8d47
5 changed files with 365 additions and 57 deletions

View file

@ -25,7 +25,7 @@
onMount(async () => {
if (!mapContainer) return;
map = L.map(mapContainer, { zoomControl: false }).setView([51.505, -0.09], 13);
map = L.map(mapContainer, { zoomControl: false }).setView([51.505, -0.09], 13);
L.control.zoom({ position: "bottomleft" }).addTo(map);
plotLayerGroup = L.layerGroup().addTo(map);