Skip to content

Instantly share code, notes, and snippets.

@darrenwiens
Created August 25, 2021 15:56
Show Gist options
  • Save darrenwiens/f6d973570b6a402ae84dba5f8213ea7c to your computer and use it in GitHub Desktop.
Save darrenwiens/f6d973570b6a402ae84dba5f8213ea7c to your computer and use it in GitHub Desktop.
West: Kauai πŸ‡ΊπŸ‡Έ, South: Hawai'i πŸ‡ΊπŸ‡Έ, East: Bucharest πŸ‡·πŸ‡΄, North: Tromso πŸ‡³πŸ‡΄
Display the source blob
Display the rendered blob
Raw
{
"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