Skip to content

Instantly share code, notes, and snippets.

@ammeep
Forked from rick/map.geojson
Last active August 29, 2015 13:57
Show Gist options
  • Save ammeep/4aca834f14c20b09c005 to your computer and use it in GitHub Desktop.
Save ammeep/4aca834f14c20b09c005 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 Lanes",
"Address": "234/238 Wakefield St, Te Aro, Wellington",
"When": "Monday, March 24th, 6:00pm"
},
"geometry": {
"type": "Point",
"coordinates": [ 174.781096,-41.292041]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment