Skip to content

Instantly share code, notes, and snippets.

@brianbancroft
Created May 21, 2017 15:50
Show Gist options
  • Save brianbancroft/dcfdb8a04e6637ac451059c00e3716e5 to your computer and use it in GitHub Desktop.
Save brianbancroft/dcfdb8a04e6637ac451059c00e3716e5 to your computer and use it in GitHub Desktop.
Single GeoJSON Point
Display the source blob
Display the rendered blob
Raw
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [
-79.419281,
43.795368
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment