Skip to content

Instantly share code, notes, and snippets.

@aammd
Created July 22, 2016 00:19
Show Gist options
  • Save aammd/c5962cfa30dc5f3f58a62f25d915e5e1 to your computer and use it in GitHub Desktop.
Save aammd/c5962cfa30dc5f3f58a62f25d915e5e1 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-99.74, 32.45]
},
"properties": {
"name": "Abilene TX",
"country.etc": "TX",
"pop": "113888",
"capital": "0"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-81.52, 41.08]
},
"properties": {
"name": "Akron OH",
"country.etc": "OH",
"pop": "206634",
"capital": "0"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment