diff options
-rw-r--r-- | web/js/map-bing-ol.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/js/map-bing-ol.js b/web/js/map-bing-ol.js index 94b777134..0211050c6 100644 --- a/web/js/map-bing-ol.js +++ b/web/js/map-bing-ol.js @@ -2,7 +2,7 @@ function set_map_config(perm) { fixmystreet.controls = [ new OpenLayers.Control.Attribution(), new OpenLayers.Control.ArgParser(), - new OpenLayers.Control.Navigation(), + new OpenLayers.Control.Navigation({ zoomWheelEnabled: false }), perm, //new OpenLayers.Control.ZoomPanel() new OpenLayers.Control.PanZoomFMS() |