Hi,
<br><br>I am trying to link a SelectFeature control to a dynamically
loaded GeoJSON layer. I would like to serialize features drawn in this
layer, but it seems that SelectFeature control does not work for me.
Hover effect does not show either. Features from JSON layer are
polygons.
<br><br>I would like to know if it is possible to use SelectFeature control with a GeoJSON layer.
<br><br>All the best,
<br>Adorian
<br><br><br>If helpful for reply, here are bits of code I use. For control:
<br>var regioninfo = new OpenLayers.Control.SelectFeature(regions, {hover: true, onSelect: getregioninfo});
<br>map.addControl(regioninfo);
<br>regioninfo.activate();
<br><br>where regions is GeoJSON layer and getregioninfo is the function that will serialize the feature.
<br><br>For &nbsp;creating and reloading the layer GeoJSON I use: 
<br>var regions = new OpenLayers.Layer.Vector(&quot;regions&quot;,{format: OpenLayers.Format.GeoJSON}); 
<br>OpenLayers.loadURL(url, {}, null, onloadjson, onloadfailedjson);<br clear="all"><br>-- <br>Dr. Adorian Ardelean<br>coordinator of myNature Project<br><br><a href="http://mybiosis.info/nature/portal.php?pagename=firstpage">http://mybiosis.info/nature/portal.php?pagename=firstpage</a> [a Romanian biodiversity-database]<br>
<br><br><br>