Skip to content

Instantly share code, notes, and snippets.

@jeffreymorganio
Created February 17, 2015 08:18
Show Gist options
  • Save jeffreymorganio/f00cc7a81cec8c4d48c7 to your computer and use it in GitHub Desktop.
Save jeffreymorganio/f00cc7a81cec8c4d48c7 to your computer and use it in GitHub Desktop.
GeoJSON polygon feature
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-0.12960433959960938,
51.50713981232172
],
[
-0.12960433959960938,
51.50852877586289
],
[
-0.1262569427490234,
51.50852877586289
],
[
-0.1262569427490234,
51.50713981232172
],
[
-0.12960433959960938,
51.50713981232172
]
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment