Skip to content

Instantly share code, notes, and snippets.

@tmcw
Created August 23, 2013 15:04
Show Gist options
  • Save tmcw/6320361 to your computer and use it in GitHub Desktop.
Save tmcw/6320361 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": [
[
[
-135,
19.642587534013046
],
[
-135,
54.57206165565852
],
[
-54.4921875,
54.57206165565852
],
[
-54.4921875,
19.642587534013046
],
[
-135,
19.642587534013046
]
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment