This may be nothing, but I'd recommend not using for-in in javascript. kpm via iphone
On Mar 24, 2009, at 7:32 PM, "Robert Connolly" <[email protected] > wrote: > Hi Everyone, > > > > I’m trying to extract features from a GeoJSON string using the GeoJS > ON 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 _______________________________________________ Users mailing list [email protected] http://openlayers.org/mailman/listinfo/users
