<HTML dir=ltr><HEAD><TITLE>Re: [OpenLayers-Users] Several selectFeature control</TITLE>
<META http-equiv=Content-Type content="text/html; charset=unicode">
<META content="MSHTML 6.00.6001.18148" name=GENERATOR></HEAD>
<BODY>
<DIV id=idOWAReplyText31685 dir=ltr>
<DIV dir=ltr><FONT face=Arial color=#000000 size=2>what i had to resort to was a toggle button on my gui that switched back and forth between my two selectcontrols.</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2>It actually workied out better for me because when you toggle selectcontrols it brings that layer to the foreground, which makes it nice and easy to see what your selecting, especially if you have alot of overlaping geometries.</FONT></DIV></DIV>
<DIV dir=ltr><BR>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> users-bounces@openlayers.org on behalf of Jacolin Yves<BR><B>Sent:</B> Fri 10/24/2008 11:35 AM<BR><B>To:</B> users@openlayers.org<BR><B>Subject:</B> Re: [OpenLayers-Users] Several selectFeature control<BR></FONT><BR></DIV>
<DIV>
<P><FONT size=2>Hi,<BR><BR>Thanks Christopher. I will try to find something else as I am using clustered<BR>strategies for my vector layers, I can't display polygones and their<BR>centroids on the same vector layer.<BR><BR>Best regards,<BR><BR>Y.<BR>Le Friday 24 October 2008 16:28:53 Heidt, Christopher M., vous avez écrit&nbsp;:<BR>&gt; you can only activaete one select control at a time.<BR>&gt;<BR>&gt; ________________________________<BR>&gt;<BR>&gt; From: users-bounces@openlayers.org on behalf of Jacolin Yves<BR>&gt; Sent: Fri 10/24/2008 10:22 AM<BR>&gt; To: users@openlayers.org<BR>&gt; Subject: [OpenLayers-Users] Several selectFeature control<BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt; Hi,<BR>&gt;<BR>&gt; Is it possible to create more than one selectFeature control for several<BR>&gt; vector layer? Something like this:<BR>&gt; ctl_pt = new OpenLayers.Control.SelectFeature(<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; buildingsPt,<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; callbacks:<BR>&gt;&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; 'over': __hbsMouseOverFeatureCallback,<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'out': __hbsMouseOutFeatureCallback<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; );<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; map.addControl(ctl_pt);<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; ctl_pt.activate();<BR>&gt;<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; ctl_poly = new OpenLayers.Control.SelectFeature(<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; buildingsPoly,<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; callbacks:<BR>&gt;&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; 'over': __hbsMouseOverFeatureCallback,<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'out': __hbsMouseOutFeatureCallback<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; );<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; map.addControl(ctl_poly);<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; ctl_poly.activate();<BR>&gt;<BR>&gt; The second one is not activated. Where am I wrong?<BR>&gt;<BR>&gt; Thanks,<BR>&gt;<BR>&gt; Y.<BR>&gt; --<BR>&gt; Yves Jacolin<BR>&gt; ---<BR>&gt; <A href="http://softlibre.gloobe.org/">http://softlibre.gloobe.org</A> &lt;<A href="http://softlibre.gloobe.org/">http://softlibre.gloobe.org/</A>&gt;<BR>&gt; _______________________________________________<BR>&gt; Users mailing list<BR>&gt; Users@openlayers.org<BR>&gt; <A href="http://openlayers.org/mailman/listinfo/users">http://openlayers.org/mailman/listinfo/users</A><BR><BR><BR><BR>--<BR>Yves Jacolin<BR>---<BR><A href="http://softlibre.gloobe.org/">http://softlibre.gloobe.org</A><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></FONT></P></DIV></BODY></HTML>