Created
August 25, 2021 15:56
-
-
Save darrenwiens/f6d973570b6a402ae84dba5f8213ea7c to your computer and use it in GitHub Desktop.
West: Kauai πΊπΈ, South: Hawai'i πΊπΈ, East: Bucharest π·π΄, North: Tromso π³π΄
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 characters
{ | |
"type": "FeatureCollection", | |
"features": [ | |
{ | |
"type": "Feature", | |
"properties": {}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-155.28342247009277, | |
19.406940090057113 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": {}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-159.78322505950925, | |
22.02104460790664 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": {}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
18.91845703125, | |
69.68320829548232 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": {}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
26.107587218284607, | |
44.43683268808291 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": {}, | |
"geometry": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
-159.78322505950925, | |
19.406940090057113 | |
], | |
[ | |
26.107587218284607, | |
19.406940090057113 | |
], | |
[ | |
26.107587218284607, | |
69.68320829548232 | |
], | |
[ | |
-159.78322505950925, | |
69.68320829548232 | |
], | |
[ | |
-159.78322505950925, | |
19.406940090057113 | |
] | |
] | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment