Last active
January 13, 2016 16:35
-
-
Save langsdlc/56ea907ce24b6f7f23cc to your computer and use it in GitHub Desktop.
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
{ | |
"_id": "bdba86e12a90b2e0ef71a0ee504a8924", | |
"_rev": "1-cc64e466b4adcbbdaff22fdacf076fda", | |
"type": "Feature", | |
"properties": { | |
"title": "Berlin Chancellary", | |
"series": "Spring 2015", | |
"tour": "1970", | |
"marker-size": "medium", | |
"marker-color": "#FFFF00", | |
"marker-symbol": "rail-metro", | |
"images": [ | |
[ | |
"<img src='https://upload.wikimedia.org/wikipedia/commons/thumb/b/bd/Kanzler21a.jpg/320px-Kanzler21a.jpg' />", | |
"This is a picture of the new chancellary." | |
] | |
] | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
"13.369052", | |
"52.520207" | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment