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
_______________________________________________
Users mailing list
us...@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/openlayers-users

Reply via email to