Last active
April 12, 2024 21:56
-
-
Save mlc/2402f803e0f20a1d25498b47dfcf4732 to your computer and use it in GitHub Desktop.
This file contains 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": { | |
"url": "https://www.flickr.com/photos/mlcastle/53142998864/", | |
"title": "Pura Puseh Desa Batuan" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
115.27602, | |
-8.581837 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"url": "https://www.flickr.com/photos/mlcastle/29986812710/", | |
"title": "Notice about Samsung Galaxy Note 7 devices" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-122.38695, | |
37.620712 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"url": "https://www.flickr.com/photos/mlcastle/40326113103/", | |
"title": "Red Rock Ridge" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-67.18885, | |
-68.290115 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"d": 8209.66936346126, | |
"marker-color": "red" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-168.77618626850497, | |
-21.956332867964385 | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment