<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; FONT: 10pt Tahoma">
<DIV>I have an OL map that has a GML polygon layer (loaded from a WFS source). I have a SelectFeature control that operates using hover:true</DIV>
<DIV> </DIV>
<DIV> var options = {<BR> hover: true,<BR> onSelect: function(feature) { <BR> OpenLayers.Util.getElement('selfarm').innerHTML = "<strong>Farm_id:</strong>" + feature.attributes.FARM_ID + " <strong>Par_no:</strong>" + feature.attributes.PAR_ID<BR> }</DIV>
<DIV> </DIV>
<DIV> };<BR> var select = new OpenLayers.Control.SelectFeature(fbnd, options);<BR> map.addControl(select);<BR> //select.handler.stopDown = false;<BR> //select.handler.stopUp = false;<BR> select.activate();</DIV>
<DIV> </DIV>
<DIV>Anyway, when I hover over a polygon, I get a a couple of the attributes displayed in a div below the map. The problem I have is that the normal click-and-drag control used for panning the map does not work when I drag on a polygon feature. It only works when I drag in a part of the map without one of these polygons.</DIV>
<DIV> </DIV>
<DIV>Any clues?</DIV>
<DIV> </DIV>
<DIV>Many thanks,</DIV>
<DIV> </DIV>
<DIV>Robert Sanson</DIV><br><br><table bgcolor=white style="color:black"><tr><td><br>------------------------------------------------------------------<br>
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>
------------------------------------------------------------------</td></tr></table><br><br>
<P align=center><FONT style="BACKGROUND-COLOR: #ffffff">This message has been scanned for malware by SurfControl plc. </FONT><A href="http://www.surfcontrol.com/"><FONT style="BACKGROUND-COLOR: #ffffff" color=#000000>www.surfcontrol.com</FONT></A></P>
</body></HTML>