enable double click zoom

This commit is contained in:
Zsolt Ero
2024-01-20 01:12:36 +01:00
parent 798680f3df
commit 7b243aedec

View File

@@ -9,7 +9,7 @@ function initMap() {
pitch: 60, pitch: 60,
container: mapDiv, container: mapDiv,
boxZoom: false, boxZoom: false,
doubleClickZoom: false, // doubleClickZoom: false,
scrollZoom: false, scrollZoom: false,
attributionControl: false, attributionControl: false,
}) })