Skip to content

Instantly share code, notes, and snippets.

/map.geojson Secret

Created May 13, 2014 17:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/7f1bb6d7e9cd72f5977c to your computer and use it in GitHub Desktop.
Save anonymous/7f1bb6d7e9cd72f5977c 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": [
[
[
-186,
0
],
[
-176,
0
],
[
-176,
3
],
[
-183,
3
],
[
-183,
5
],
[
-176,
5
],
[
-176,
8
],
[
-186,
8
],
[
-186,
0
]
],
[
[
-185,
1
],
[
-181,
1
],
[
-181,
2
],
[
-184,
2
],
[
-184,
6
],
[
-178,
6
],
[
-178,
7
],
[
-185,
7
],
[
-185,
1
]
],
[
[
-179,
1
],
[
-177,
1
],
[
-177,
2
],
[
-179,
2
],
[
-179,
1
]
],
[
[
-180,
0
],
[
-180,
-90
],
[
-180,
90
],
[
-180,
0
]
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment