Hi

Thanks for your help

I did this:
      var movemap = new OpenLayers.Control.Navigation({'zoomWheelEnabled':
false});
    
      map.addControl(movemap);
      movemap.activate();
      navigationControl.disableZoomWheel();

and the wheel still work.... :(





Alexandre Ardhuin wrote:
> 
> Hi you can use :
> 
> navigationControl.disableZoomWheel();
> navigationControl.enableZoomWheel();
> 
> Alexandre.
> 
> 2009/1/16 darrepac <[email protected]>
> 
>>
>> Hi,
>>
>> I browse the user list to find how to disable the mouse wheel in the map.
>> I think I find the way to do it but it doesn't work, here is my code:
>>
>>      var movemap = new OpenLayers.Control.Navigation({'zoomWheelEnabled':
>> false});
>>
>>      map.addControl(movemap);
>>      movemap.activate();
>>
>> thanks for the help
>> --
>> View this message in context:
>> http://n2.nabble.com/Disable-Zoom-wheel-tp2169123p2169123.html
>> Sent from the OpenLayers Users mailing list archive at Nabble.com.
>>
>> _______________________________________________
>> Users mailing list
>> [email protected]
>> http://openlayers.org/mailman/listinfo/users
>>
> 
> _______________________________________________
> Users mailing list
> [email protected]
> http://openlayers.org/mailman/listinfo/users
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/Disable-Zoom-wheel-tp2169123p2169239.html
Sent from the OpenLayers Users mailing list archive at Nabble.com.

_______________________________________________
Users mailing list
[email protected]
http://openlayers.org/mailman/listinfo/users

Reply via email to