Created
July 22, 2016 00:19
-
-
Save aammd/c5962cfa30dc5f3f58a62f25d915e5e1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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