Forked from andrewharvey/polygon-with-a-hole.geojson
Last active
October 8, 2020 16:04
-
-
Save macteo/ea5a8337163f5f638a221f329dc870e7 to your computer and use it in GitHub Desktop.
Revisions
-
macteo revised this gist
Oct 8, 2020 . 1 changed file with 47 additions and 19 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -28,25 +28,53 @@ ], [ [ 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 ] ] ] } -
macteo revised this gist
Oct 8, 2020 . 1 changed file with 7 additions and 7 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,29 +6,29 @@ "coordinates": [ [ [ -180, 90 ], [ 180, 90 ], [ 180, -90 ], [ -180, -90 ], [ -180, 90 ] ], [ [ -90, 30 ], [ -
macteo revised this gist
Oct 8, 2020 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -7,19 +7,19 @@ [ [ -120, 90 ], [ 120, 90 ], [ 120, -90 ], [ -120, -90 ], [ -120, -
macteo revised this gist
Oct 8, 2020 . 1 changed file with 8 additions and 8 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -32,20 +32,20 @@ 30 ], [ 90, 0 ], [ 90, -0 ], [ -90, -0 ], [ -90, 0 ] ] ] -
andrewharvey created this gist
Mar 10, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,53 @@ { "type": "Feature", "properties": {}, "geometry": { "type": "Polygon", "coordinates": [ [ [ -120, 60 ], [ 120, 60 ], [ 120, -60 ], [ -120, -60 ], [ -120, 60 ] ], [ [ -60, 30 ], [ 60, 30 ], [ 60, -30 ], [ -60, -30 ], [ -60, 30 ] ] ] } }