Hello,

i try


    var movemap = new OpenLayers.Control.Navigation({'zoomWheelEnabled': 
false});
    movemap.disableZoomWheel();

    controls = map.getControlsByClass('OpenLayers.Control.Navigation');
    for(var I = 0; i<controls.length; ++i)
    controls.disableZoomWheel();


but don't work :(

what is the correct way to disable zoom wheel?
_______________________________________________
Users mailing list
[email protected]
http://openlayers.org/mailman/listinfo/users

Reply via email to