Skip to content

Instantly share code, notes, and snippets.

@CliffordAnderson
Forked from langsdlc/berline-test-point
Created December 15, 2015 19:14
Show Gist options
  • Save CliffordAnderson/cd9f60b16fb12aa5693b to your computer and use it in GitHub Desktop.
Save CliffordAnderson/cd9f60b16fb12aa5693b to your computer and use it in GitHub Desktop.
{
"type": "Feature",
"properties": {
"title": "Poststadion Football Complex",
"marker-size": "medium",
"marker-color": "#e5c228",
"marker-symbol": "star-stroked",
"images": [
[
"<img src='images/poststadion.jpg' />",
"Poststadion in 2011, by Peter Kuley"
],
[
"<img src='images/postfar.jpg' />",
"Poststadion Fields by Cls14"
],
[
"<iframe width='180' src='https://www.youtube.com/embed/_GesogZQFME' frameborder='0' allowfullscreen></iframe>",
"FC Schalke vs. FC Nürnberg, Poststadion in June 1934"
]
]
},
"geometry": {
"type": "Point",
"coordinates": [
"13.359444",
"52.530000"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment