Disabling MouseWheel Zoom


#1

Anyone knows how to disable the mousewheel zoom option? It gets very anying while scrolling down or up the page. Thank you very much.



#2

i like it too, i don't understand why there is a forum if no one can help us



#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
to false.

This is the start of the line:

Code:
OpenLayers.Class(OpenLayers.Control,{dragPan:null,dragPanOptions:null,zoomBox:null,zoomWheelEnabled:true,handleRightClicks:false,zoomBoxKeyMask:Open...