Anyone knows how to disable the mousewheel zoom option? It gets very anying while scrolling down or up the page. Thank you very much.
Disabling MouseWheel Zoom
jpchalup
#1
gine
#3
On my version of Ushahidi(2.0.1) you must change the line 557 of file "media/js/OpenLayers.js" substituting
Code:
zoomWheelEnabled:true
This is the start of the line:
Code:
OpenLayers.Class(OpenLayers.Control,{dragPan:null,dragPanOptions:null,zoomBox:null,zoomWheelEnabled:true,handleRightClicks:false,zoomBoxKeyMask:Open...