Skip to content

Instantly share code, notes, and snippets.

Created July 31, 2013 17:10
Show Gist options
  • Save anonymous/6123996 to your computer and use it in GitHub Desktop.
Save anonymous/6123996 to your computer and use it in GitHub Desktop.
Gist from edit-GeoJSON
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-75.17020583152771,
40.035669201287384
],
[
-75.16896665096283,
40.0367822529372
],
[
-75.16283512115479,
40.03628528378122
],
[
-75.16566216945648,
40.0335416202783
],
[
-75.16707301139832,
40.034354873365345
],
[
-75.16752362251282,
40.03391128197459
],
[
-75.16897737979889,
40.034761496272274
],
[
-75.17022728919983,
40.03563223616075
],
[
-75.17020583152771,
40.035669201287384
]
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment