Skip to content

Instantly share code, notes, and snippets.

@vnugent
Last active May 8, 2016 22:40
Show Gist options
  • Save vnugent/39be5041bc7c7f75e742ef0dd296abce to your computer and use it in GitHub Desktop.
Save vnugent/39be5041bc7c7f75e742ef0dd296abce 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": [-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