Created
June 13, 2014 18:12
-
-
Save arfon/204dfc4842ef187d1ca8 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": { | |
"marker-symbol": "star", | |
"marker-size": "large", | |
"Venue": "The White Swan", | |
"Address": "26 Guildhall Walk, Portsmouth, PO1 2DD", | |
"When": "Tuesday, June 24th, 7:00pm" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-1.093364, | |
50.796255 | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment