Skip to content

Instantly share code, notes, and snippets.

/map.geojson Secret

Created September 2, 2015 22:55
Show Gist options
  • Save anonymous/fc260ef4f27a01dc75cd to your computer and use it in GitHub Desktop.
Save anonymous/fc260ef4f27a01dc75cd to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-78.59619140625,
39.66491373749128
],
[
-77.98095703125,
38.788345355085625
],
[
-77.2998046875,
38.09998264736481
],
[
-76.585693359375,
38.65119833229951
],
[
-76.61865234374999,
39.342794408952386
],
[
-77.14599609375,
39.66491373749128
],
[
-77.77221679687499,
39.740986355883564
],
[
-78.59619140625,
39.66491373749128
]
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment