The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
625 views

Parsing a GeoJSON file with jQuery

I'm trying to iterate through a GeoJSON file (below) and eventually populate an array with a few attributes within "properties". I keep coming up short working through various examples I can find. Do ...