Skip to content

Instantly share code, notes, and snippets.

@kentliau
Forked from arfon/map.geojson
Last active August 29, 2015 14:02
Show Gist options
  • Save kentliau/378e6925eeecc53cfa1f to your computer and use it in GitHub Desktop.
Save kentliau/378e6925eeecc53cfa1f 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": [
101.529597,
3.090607
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment