<!DOCTYPE html PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'>
<html><head><meta http-equiv="Content-Type" content="text/html;charset=us-ascii">
<style>BODY{font:10pt Tahoma, Verdana, sans-serif}</style></head><body>
Yeah, that would work. <br><br><br>Thanks a bunch.<br><br>Met vriendelijke groet,<br><br>Meine Toonen<br>B3Partners BV<br>Tel: 030 214 2082<br><blockquote style="padding-left: 5px; margin-left: 5px; border-left: #0000ff 2px solid; margin-right: 0px"><hr><b>From:</b> Eric Lemoine [mailto:eric.lemoine@camptocamp.com]<br><b>To:</b> Meine Toonen [mailto:meinetoonen@b3partners.nl]<br><b>Cc:</b> users@openlayers.org [mailto:users@openlayers.org]<br><b>Sent:</b> Thu, 24 Mar 2011 18:03:04 +0100<br><b>Subject:</b> Re: [OpenLayers-Users] Navigation control<br><br>On Thursday, March 24, 2011, Meine Toonen &lt;<a href="mailto:meinetoonen@b3partners.nl">meinetoonen@b3partners.nl</a>&gt; wrote:<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; Hi list,<br>
&gt;<br>
&gt; In the Navigation control of OpenLayers (2.10) are a couple of options for disabling some of the components this control has.<br>
&gt; I see zoomBoxEnabled and zoomWheelEnabled. We wanted to disable the dragpan control, but maintaining the other controls.<br>
&gt;<br>
&gt; I was wondering if these options were omitted with a reason, of just forgotten.<br>
<br>
I personally don't see navigation without dragpan as common as<br>
navigation without shift zoombox or zoomwheel. That may be a reason<br>
why we don't have a dragPanEnabled option. And I'm not sure we want to<br>
have boolean options all over the place in OpenLayers.<br>
<br>
Does the following work for you?<br>
<br>
var nav = new OpenLayers.Control.Navigation();<br>
map.addControl();<br>
nav.activate();<br>
nav.dragPan.decativate();<br>
<br>
Cheers,<br>
<br>
-- <br>
Eric Lemoine<br>
<br>
Camptocamp France SAS<br>
Savoie Technolac, BP 352<br>
73377 Le Bourget du Lac, Cedex<br>
<br>
Tel : 00 33 4 79 44 44 96<br>
Mail : <a href="mailto:eric.lemoine@camptocamp.com">eric.lemoine@camptocamp.com</a><br>
<a href="http://www.camptocamp.com" target="_blank">http://www.camptocamp.com</a><br>
</blockquote><style>
</style>
</body></html>