Skip to content

Instantly share code, notes, and snippets.

@tmcw
Created August 23, 2013 22:56
Show Gist options
  • Save tmcw/6324778 to your computer and use it in GitHub Desktop.
Save tmcw/6324778 to your computer and use it in GitHub Desktop.
via:geojson.io
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-28.828124999999996,
30.14512718337613
],
[
-28.828124999999996,
49.83798245308484
],
[
14.414062499999998,
49.83798245308484
],
[
14.414062499999998,
30.14512718337613
],
[
-28.828124999999996,
30.14512718337613
]
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment