Skip to content

Instantly share code, notes, and snippets.

@vnugent
Last active March 13, 2018 17:05
Show Gist options
  • Save vnugent/d30d789416e2d1de36d89b4c1f3913a9 to your computer and use it in GitHub Desktop.
Save vnugent/d30d789416e2d1de36d89b4c1f3913a9 to your computer and use it in GitHub Desktop.
Geojson example
Display the source blob
Display the rendered blob
Raw
{
"type": "Feature",
"properties": {
"description": "Leaning Tower of Pisa"
},
"geometry": {
"type": "Point",
"coordinates": [10.39659, 43.72305]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment