diff --git a/resources/ui/map/map.js b/resources/ui/map/map.js index bcd7b1e0..4a00a964 100644 --- a/resources/ui/map/map.js +++ b/resources/ui/map/map.js @@ -30,7 +30,7 @@ function formatLatLng(latLng) { return `${lat}°${ns} ${lng}°${ew}`; } -const map = L.map("map").setView([0, 0], 3); +const map = L.map("map", { doubleClickZoom: false }).setView([0, 0], 3); L.control.scale({ maxWidth: 200 }).addTo(map); // https://esri.github.io/esri-leaflet/api-reference/layers/basemap-layer.html