Hi,<br><br>This is my first post and I wanna congratulate for your project.<br><br>I&#39;m creating a layer based in geojson output.<br><br>   var geojson_format  = new OpenLayers.Format.GeoJSON();<br>   var gs = geojson_format.read(  my_output ,&quot;FeatureCollection&quot;);<br>
<br>   And in this output I have some propierties I wanna read in my code for styling the features.<br><br> I tried to use filter parameter in read function but It doesn&#39;t works to me. Something like that:<br>var gs = geojson_format.read(  my_output ,&quot;FeatureCollection&quot;,function(a){alert(&#39;hello&#39;););<br>
<br>vector_layer.addFeatures(gs);<br><br><br>Can somebody help me?<br><br>Thanks,<br><br>Pedro<br><br>
<br>  <br><br><br><br>