Hi,

Thanks Christopher. I will try to find something else as I am using clustered 
strategies for my vector layers, I can't display polygones and their 
centroids on the same vector layer.

Best regards,

Y.
Le Friday 24 October 2008 16:28:53 Heidt, Christopher M., vous avez écrit :
> you can only activaete one select control at a time.
>
> ________________________________
>
> From: [EMAIL PROTECTED] on behalf of Jacolin Yves
> Sent: Fri 10/24/2008 10:22 AM
> To: users@openlayers.org
> Subject: [OpenLayers-Users] Several selectFeature control
>
>
>
> Hi,
>
> Is it possible to create more than one selectFeature control for several
> vector layer? Something like this:
> ctl_pt = new OpenLayers.Control.SelectFeature(
>         buildingsPt,
>         {
>           callbacks:
>             {
>                 'over': __hbsMouseOverFeatureCallback,
>                 'out': __hbsMouseOutFeatureCallback
>             }
>         }
>     );
>     map.addControl(ctl_pt);
>     ctl_pt.activate();
>
>     ctl_poly = new OpenLayers.Control.SelectFeature(
>         buildingsPoly,
>         {
>           callbacks:
>             {
>                 'over': __hbsMouseOverFeatureCallback,
>                 'out': __hbsMouseOutFeatureCallback
>             }
>         }
>     );
>     map.addControl(ctl_poly);
>     ctl_poly.activate();
>
> The second one is not activated. Where am I wrong?
>
> Thanks,
>
> Y.
> --
> Yves Jacolin
> ---
> http://softlibre.gloobe.org <http://softlibre.gloobe.org/>
> _______________________________________________
> Users mailing list
> Users@openlayers.org
> http://openlayers.org/mailman/listinfo/users



-- 
Yves Jacolin
---
http://softlibre.gloobe.org
_______________________________________________
Users mailing list
Users@openlayers.org
http://openlayers.org/mailman/listinfo/users

Reply via email to