Skip to content

Instantly share code, notes, and snippets.

/map.geojson Secret

Created September 12, 2017 09:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/5e2881427f9a83f37e59e7c09de7d2ad to your computer and use it in GitHub Desktop.
Save anonymous/5e2881427f9a83f37e59e7c09de7d2ad to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"type": "Feature",
"properties": {
"name": "Donut Polygon"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-1.876101718749999,
12.48788989632766
],
[
-1.3175217187499988,
12.043710725966251
],
[
-1.3695917187499989,
12.448594238033987
],
[
-1.876101718749999,
12.48788989632766
]
]
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment