Created
March 24, 2014 14:30
-
-
Save arfon/9741189 to your computer and use it in GitHub Desktop.
Raoul's bar -- March 25th at 7:30pm
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", | |
"properties": { | |
"marker-symbol": "star", | |
"marker-size": "large", | |
"Venue": "Raoul's", | |
"Address": "32 Walton St, Oxford, OX2 6AA", | |
"When": "Tuesday, March 25th, 7:30pm" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-1.2636541, | |
51.7580726 | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment