From 621a8938067e272856e3d08e59fc4277889aedaf Mon Sep 17 00:00:00 2001 From: Zsolt Ero Date: Fri, 19 Jan 2024 21:21:17 +0100 Subject: [PATCH] map --- website/assets/map_howto.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/assets/map_howto.js b/website/assets/map_howto.js index 7fd0102..fe3ba00 100644 --- a/website/assets/map_howto.js +++ b/website/assets/map_howto.js @@ -8,9 +8,9 @@ function initMap() { bearing: 55.2, pitch: 60, container: mapDiv, - // boxZoom: false, - // doubleClickZoom: false, - // scrollZoom: false, + boxZoom: false, + doubleClickZoom: false, + scrollZoom: false, }) window.map = map