<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-15">
<META content="MSHTML 6.00.2900.3243" name=GENERATOR></HEAD>
<BODY style="MARGIN: 4px 4px 1px">
<DIV>Hi Roald</DIV>
<DIV>&nbsp;</DIV>
<DIV>It was uncommented because I copied the code from another example and those lines were already commented out. I had since tried uncommenting those, and it worked! Sorry I didn't let the list know that I had solved it. Anyway, thanks for the response.</DIV>
<DIV>&nbsp;</DIV>
<DIV>I am still using v2.6. Haven't tried v2.7rc1 yet.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Kind regards,</DIV>
<DIV>&nbsp;</DIV>
<DIV>Robert Sanson<BR><BR>&gt;&gt;&gt; Roald de Wit &lt;roald.dewit@lisasoft.com&gt; 8/09/2008 4:53 p.m. &gt;&gt;&gt;<BR>Hi Robert,<BR><BR>It seems you are/were very close to the solution of you problem: to<BR>allow for the map to be dragged when your mouse pointer is over a<BR>selectable feature, you need to override the stopDown and stopUp<BR>attributes of the handler, just as you have in your code below (but then<BR>uncommented!).<BR><BR>Could you explain why you have these lines commented out? Have you tried<BR>uncommenting them? What version of OL are you using? 2.7-rc1, 2.6 or an<BR>older version?<BR><BR>Today crschidt explained to me that in 2.7 the SelectFeature control<BR>behaves a bit differently internally and in order for the fix work,<BR>you'd need to rewrite the code. See [1]<BR><BR>But this might not apply to you and you might have other reasons why it<BR>won't work for you.<BR><BR>Cheers, Roald<BR><BR>[1] <A href="http://trac.openlayers.org/wiki/SelectFeatureControlMapDragIssues">http://trac.openlayers.org/wiki/SelectFeatureControlMapDragIssues</A><BR>On Wed, 2008-09-03 at 06:56 +0930, Robert Sanson wrote: <BR>&gt; I have an OL map that has a GML polygon layer (loaded from a WFS<BR>&gt; source). I have a SelectFeature control that operates using hover:true<BR>&gt;&nbsp; <BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; var options = {<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; hover: true,<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; onSelect: function(feature) { <BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; OpenLayers.Util.getElement('selfarm').innerHTML =<BR>&gt; "&lt;strong&gt;Farm_id:&lt;/strong&gt;" + feature.attributes.FARM_ID + "<BR>&gt; &lt;strong&gt;Par_no:&lt;/strong&gt;" + feature.attributes.PAR_ID<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<BR>&gt;&nbsp; <BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; };<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; var select = new<BR>&gt; OpenLayers.Control.SelectFeature(fbnd, options);<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; map.addControl(select);<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; //select.handler.stopDown = false;<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; //select.handler.stopUp = false;<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; select.activate();<BR>&gt;&nbsp; <BR>&gt; Anyway, when I hover over a polygon, I get a a couple of the<BR>&gt; attributes displayed in a div below the map. The problem I have is<BR>&gt; that the normal click-and-drag control used for panning the map does<BR>&gt; not work when I drag on a polygon feature. It only works when I drag<BR>&gt; in a part of the map without one of these polygons.<BR>&gt;&nbsp; <BR>&gt; Any clues?<BR>&gt;&nbsp; <BR>&gt; Many thanks,<BR>&gt;&nbsp; <BR>&gt; Robert Sanson<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; ------------------------------------------------------------------<BR>&gt; The contents of this email are confidential to AsureQuality. If you have received this communication in error please notify the sender immediately and delete the message and any attachments. The opinions expressed in this email are not necessarily those of AsureQuality. This message has been scanned for known viruses before delivery. AsureQuality supports the Unsolicited Electronic Messages Act 2007. If you do not wish to receive similar communications in future, please notify the sender of this message.<BR>&gt; ------------------------------------------------------------------<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; This message has been scanned for malware by SurfControl plc.<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; www.surfcontrol.com<BR>&gt; <BR>&gt; <BR>&gt; <BR>-- <BR>Roald de Wit<BR>Software Engineer<BR>roald.dewit@lisasoft.com<BR><BR>Commercial Support for Open Source GIS Software<BR><A href="http://lisasoft.com/LISAsoft/SupportedProducts/">http://lisasoft.com/LISAsoft/SupportedProducts/</A><BR><BR>_______________________________________________<BR>Users mailing list<BR>Users@openlayers.org<BR><A href="http://openlayers.org/mailman/listinfo/users">http://openlayers.org/mailman/listinfo/users</A><BR><BR></DIV><br><br><table bgcolor=white style="color:black"><tr><td><br>------------------------------------------------------------------<br>
The&nbsp;contents&nbsp;of&nbsp;this&nbsp;email&nbsp;are&nbsp;confidential&nbsp;to&nbsp;AsureQuality.&nbsp;If&nbsp;you&nbsp;have&nbsp;received&nbsp;this&nbsp;communication&nbsp;in&nbsp;error&nbsp;please&nbsp;notify&nbsp;the&nbsp;sender&nbsp;immediately&nbsp;and&nbsp;delete&nbsp;the&nbsp;message&nbsp;and&nbsp;any&nbsp;attachments.&nbsp;The&nbsp;opinions&nbsp;expressed&nbsp;in&nbsp;this&nbsp;email&nbsp;are&nbsp;not&nbsp;necessarily&nbsp;those&nbsp;of&nbsp;AsureQuality.&nbsp;This&nbsp;message&nbsp;has&nbsp;been&nbsp;scanned&nbsp;for&nbsp;known&nbsp;viruses&nbsp;before&nbsp;delivery.&nbsp;AsureQuality&nbsp;supports&nbsp;the&nbsp;Unsolicited&nbsp;Electronic&nbsp;Messages&nbsp;Act&nbsp;2007.&nbsp;If&nbsp;you&nbsp;do&nbsp;not&nbsp;wish&nbsp;to&nbsp;receive&nbsp;similar&nbsp;communications&nbsp;in&nbsp;future,&nbsp;please&nbsp;notify&nbsp;the&nbsp;sender&nbsp;of&nbsp;this&nbsp;message.<br>
------------------------------------------------------------------</td></tr></table></BODY></HTML>