Skip to content

Instantly share code, notes, and snippets.

@arfon
Created June 13, 2014 18:12
Show Gist options
  • Save arfon/204dfc4842ef187d1ca8 to your computer and use it in GitHub Desktop.
Save arfon/204dfc4842ef187d1ca8 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"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