Created
December 19, 2018 05:29
-
-
Save colemanm/d081cd52a6d56018e57711bd6e8bf866 to your computer and use it in GitHub Desktop.
Most remote buildings from B1M https://www.youtube.com/watch?v=wGS53t8ZbO8
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", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-6.445737599999999, | |
49.87288640000001, | |
0 | |
] | |
}, | |
"properties": { | |
"name": "Bishop Rock Lighthouse", | |
"template-field/google/title-string": "Bishop Rock Lighthouse" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
75.2985978, | |
40.8307696, | |
0 | |
] | |
}, | |
"properties": { | |
"name": "Tash-Rabat", | |
"template-field/google/title-string": "Tash-Rabat" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
15.4913249, | |
78.2356772, | |
0 | |
] | |
}, | |
"properties": { | |
"name": "Svalbard Global Seed Vault", | |
"template-field/google/title-string": "Svalbard Global Seed Vault" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-26.2075425, | |
-75.6055635, | |
0 | |
] | |
}, | |
"properties": { | |
"name": "Halley Research Station", | |
"template-field/google/title-string": "Halley Research Station" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
7.9852487, | |
46.54746290000001, | |
0 | |
] | |
}, | |
"properties": { | |
"name": "Jungfraujoch - Top of Europe", | |
"template-field/google/title-string": "Jungfraujoch - Top of Europe" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-70.3884152, | |
-24.6403217, | |
0 | |
] | |
}, | |
"properties": { | |
"name": "ESO Hotel", | |
"template-field/google/title-string": "ESO Hotel" | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment