Hello, we had to disable the mouswheel for a customer and hacked osm.js like this: ``` map.addControl(new OpenLayers.Control.Navigation({ 'zoomWheelEnabled': false })); ``` would be cool if this was configurable in a future version.