Skip to content

Instantly share code, notes, and snippets.

@jeffreymorganio
Last active August 29, 2015 14:15
Show Gist options
  • Save jeffreymorganio/d1a165b575b0a9fcf7b8 to your computer and use it in GitHub Desktop.
Save jeffreymorganio/d1a165b575b0a9fcf7b8 to your computer and use it in GitHub Desktop.
GeoJSON point feature
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [
-0.12810230255126953,
51.50802127486276
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment