Skip to content

Instantly share code, notes, and snippets.

@brightrain
Created August 24, 2021 18:34
Show Gist options
  • Save brightrain/796387e8fe392789dd9e4bc3528f9dc3 to your computer and use it in GitHub Desktop.
Save brightrain/796387e8fe392789dd9e4bc3528f9dc3 to your computer and use it in GitHub Desktop.
all the wayout places
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"marker-color": "#0044aa",
"marker-size": "medium",
"marker-symbol": "",
"name": "Coldfoot, AK"
},
"geometry": {
"type": "Point",
"coordinates": [
-150.17898559570312,
67.25373070175708
]
}
},
{
"type": "Feature",
"properties": {
"marker-color": "#0044aa",
"marker-size": "medium",
"marker-symbol": "",
"name": "Santorini, Greece"
},
"geometry": {
"type": "Point",
"coordinates": [
25.430495738983154,
36.38664692620052
]
}
},
{
"type": "Feature",
"properties": {
"marker-color": "#0044aa",
"marker-size": "medium",
"marker-symbol": "",
"name": "Santiago, Chile"
},
"geometry": {
"type": "Point",
"coordinates": [
-70.65238952636719,
-33.444047234512354
]
}
},
{
"type": "Feature",
"properties": {
"marker-color": "#0044aa",
"marker-size": "medium",
"marker-symbol": "",
"name": "Naknek, AK"
},
"geometry": {
"type": "Point",
"coordinates": [
-157.05951690673828,
58.737212014312625
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment