Skip to content

Instantly share code, notes, and snippets.

@macteo
Forked from andrewharvey/polygon-with-a-hole.geojson
Last active October 8, 2020 16:04
Show Gist options
  • Save macteo/ea5a8337163f5f638a221f329dc870e7 to your computer and use it in GitHub Desktop.
Save macteo/ea5a8337163f5f638a221f329dc870e7 to your computer and use it in GitHub Desktop.
A GeoJSON Polygon with a hole
Display the source blob
Display the rendered blob
Raw
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-180,
90
],
[
180,
90
],
[
180,
-90
],
[
-180,
-90
],
[
-180,
90
]
],
[
[
10.250244140625,
45.932050196856295
],
[
10.51116943359375,
45.62940492064501
],
[
11.41754150390625,
45.60058738537025
],
[
11.92291259765625,
45.817315080406246
],
[
12.06573486328125,
46.22735299655779
],
[
11.95587158203125,
46.51918574163987
],
[
11.664733886718748,
46.626806395355175
],
[
11.34063720703125,
46.707852594536355
],
[
10.7171630859375,
46.685247274319565
],
[
10.59906005859375,
46.55130547880643
],
[
10.24749755859375,
46.492719928122746
],
[
10.250244140625,
45.932050196856295
]
]
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment