[OpenLayers-Users] OL 2.11 + MouseWheel

Ricardo Bayley ricardo.bayley at gmail.com
Tue May 31 14:42:38 EDT 2011


Hi folks,

I am testing OL 2.11 RC1

I cant seem be able to zoom in or out with the mouseWheel

*2.10:*
map.addControl(new OpenLayers.Control.Navigation();

I guess by default the zoomWheelEnabled = true.


It wont work with OL 2.11

This wont work either.
*2.11*
map.addControl(new OpenLayers.Control.Navigation({
dragPanOptions:{enableKinetic: true,documentDrag: true},
zoomWheelEnabled:true
}));


Is this a bug or I am just doing something wrong ?


Best regards


Ricardo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/openlayers-users/attachments/20110531/781a9a77/attachment.html


More information about the Users mailing list