Merge remote-tracking branch 'origin/velocity' into components
This commit is contained in:
commit
0e4d5a8d47
5 changed files with 365 additions and 57 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue