Skip to content

Instantly share code, notes, and snippets.

/map.geojson Secret

Created September 12, 2017 09:16
Show Gist options
  • Select an option

  • Save anonymous/61917ffce112be6d6a5957ef5571dff7 to your computer and use it in GitHub Desktop.

Select an option

Save anonymous/61917ffce112be6d6a5957ef5571dff7 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
]
],
[
[
-1.7324066162109375,
12.443281785521078
],
[
-1.395263671875,
12.18232089399501
],
[
-1.4447021484374998,
12.418471506919504
],
[
-1.7324066162109375,
12.443281785521078
]
]
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment