<br><div class="gmail_quote"><br><br>Hi,<br><br>This is my first post and I wanna congratulate for your project.<br><br>I'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 ,"FeatureCollection");<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't works to me. Something like that:<br>var gs = geojson_format.read( my_output ,"FeatureCollection",function(a){alert('hello'););<br>
<br>vector_layer.addFeatures(gs);<br><br><br>Can somebody help me?<br><br>Thanks,<br><font color="#888888"><br>Pedro<br><br>
<br> <br><br><br><br>
</font></div><br>