Skip to content

Instantly share code, notes, and snippets.

@richorama
Last active August 29, 2015 14:02
Show Gist options
  • Save richorama/9bb03edc6c7ff8d62c26 to your computer and use it in GitHub Desktop.
Save richorama/9bb03edc6c7ff8d62c26 to your computer and use it in GitHub Desktop.
GeoJson Test
Display the source blob
Display the rendered blob
Raw
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 1.0967320, 52.1000340]
},
"properties": {
"name": "two10degrees"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment