Hi Everyone,
I'm trying to extract features from a GeoJSON string using the GeoJSON
format object. According to the documentation I'm supposed to be getting
an array of OpenLayers.Feature.Vector items, however when I iterate over
the array I just get zeros!
Here's a snippet of my code:
var features = geojson_format.read(data);
for(var feature in features)
{
alert(feature);
}
The alert box just alerts '0' (zero), for some reason. Does anyone know
what's going on?
Thanks in advance,
Cheers,
Rob Connolly
_______________________________________________
Users mailing list
[email protected]
http://openlayers.org/mailman/listinfo/users