Last active
May 8, 2016 22:40
-
-
Save vnugent/39be5041bc7c7f75e742ef0dd296abce 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": [-115.42718, 36.15057] | |
}, | |
"properties": { | |
"name": "Big Bad Wolf", | |
"grade": "5.9" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-115.42793,36.15118] | |
}, | |
"properties": { | |
"name": "The Fox", | |
"grade": "5.10+" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-115.42279, 36.14893] | |
}, | |
"properties": { | |
"name": "Caustic Cock", | |
"grade": "5.11b" | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment