I am trying to disable the scroll zoom functionality in Openlayers. I have tried different things but nothing works. First I tried this:
map.addControl(new OpenLayers.Control.Navigation({'disableZoomWheel':true})); But nothing happened. Then I found this here and I tried it but didn't work either. Actually in this case the page doesn't even load anymore.
Any ideas what to do? Thanks.
أكثر...
map.addControl(new OpenLayers.Control.Navigation({'disableZoomWheel':true})); But nothing happened. Then I found this here and I tried it but didn't work either. Actually in this case the page doesn't even load anymore.
Any ideas what to do? Thanks.
أكثر...