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,
container: mapDiv,
boxZoom: false,
doubleClickZoom: false,
// doubleClickZoom: false,
scrollZoom: false,
attributionControl: false,
})