Hi,<br><br>By changing movemap in navigationControl, this should be OK.<br><br>Alexandre<br><br><br><div class="gmail_quote">2009/1/16 darrepac <span dir="ltr">&lt;<a href="mailto:pascal.darre@laposte.net">pascal.darre@laposte.net</a>&gt;</span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
Hi<br>
<br>
Thanks for your help<br>
<br>
I did this:<br>
<div class="Ih2E3d"> &nbsp; &nbsp; &nbsp;var movemap = new OpenLayers.Control.Navigation({&#39;zoomWheelEnabled&#39;:<br>
false});<br>
<br>
 &nbsp; &nbsp; &nbsp;map.addControl(movemap);<br>
 &nbsp; &nbsp; &nbsp;movemap.activate();<br>
</div> &nbsp; &nbsp;&nbsp; movemap.disableZoomWheel();<br>
<br>
and the wheel still work.... :(<br>
<div><div></div><div class="Wj3C7c"><br>
<br>
<br>
<br>
<br>
Alexandre Ardhuin wrote:<br>
&gt;<br>
&gt; Hi you can use :<br>
&gt;<br>
&gt; navigationControl.disableZoomWheel();<br>
&gt; navigationControl.enableZoomWheel();<br>
&gt;<br>
&gt; Alexandre.<br>
&gt;<br>
&gt; 2009/1/16 darrepac &lt;<a href="mailto:pascal.darre@laposte.net">pascal.darre@laposte.net</a>&gt;<br>
&gt;<br>
&gt;&gt;<br>
&gt;&gt; Hi,<br>
&gt;&gt;<br>
&gt;&gt; I browse the user list to find how to disable the mouse wheel in the map.<br>
&gt;&gt; I think I find the way to do it but it doesn&#39;t work, here is my code:<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp; &nbsp;var movemap = new OpenLayers.Control.Navigation({&#39;zoomWheelEnabled&#39;:<br>
&gt;&gt; false});<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp; &nbsp;map.addControl(movemap);<br>
&gt;&gt; &nbsp; &nbsp; &nbsp;movemap.activate();<br>
&gt;&gt;<br>
&gt;&gt; thanks for the help<br>
&gt;&gt; --<br>
&gt;&gt; View this message in context:<br>
&gt;&gt; <a href="http://n2.nabble.com/Disable-Zoom-wheel-tp2169123p2169123.html" target="_blank">http://n2.nabble.com/Disable-Zoom-wheel-tp2169123p2169123.html</a><br>
&gt;&gt; Sent from the OpenLayers Users mailing list archive at Nabble.com.<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Users mailing list<br>
&gt;&gt; <a href="mailto:Users@openlayers.org">Users@openlayers.org</a><br>
&gt;&gt; <a href="http://openlayers.org/mailman/listinfo/users" target="_blank">http://openlayers.org/mailman/listinfo/users</a><br>
&gt;&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Users mailing list<br>
&gt; <a href="mailto:Users@openlayers.org">Users@openlayers.org</a><br>
&gt; <a href="http://openlayers.org/mailman/listinfo/users" target="_blank">http://openlayers.org/mailman/listinfo/users</a><br>
&gt;<br>
&gt;<br>
<br>
</div></div><font color="#888888">--<br>
View this message in context: <a href="http://n2.nabble.com/Disable-Zoom-wheel-tp2169123p2169239.html" target="_blank">http://n2.nabble.com/Disable-Zoom-wheel-tp2169123p2169239.html</a><br>
</font><div><div></div><div class="Wj3C7c">Sent from the OpenLayers Users mailing list archive at Nabble.com.<br>
<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@openlayers.org">Users@openlayers.org</a><br>
<a href="http://openlayers.org/mailman/listinfo/users" target="_blank">http://openlayers.org/mailman/listinfo/users</a><br>
</div></div></blockquote></div><br>