Skip to content

Instantly share code, notes, and snippets.

@rick

rick/map.geojson Secret

Created March 14, 2014 21:58
Show Gist options
  • Save rick/4a7fb0f603e909e6da49 to your computer and use it in GitHub Desktop.
Save rick/4a7fb0f603e909e6da49 to your computer and use it in GitHub Desktop.
Emma Bistro -- GitHub training venue -- March 24th, 2014
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"marker-symbol": "star",
"marker-size": "large",
"Venue": "Emma Bistro",
"Address": "9 Lea Ave Nashville, TN 37210",
"When": "Monday, March 24th, 6:00pm"
},
"geometry": {
"type": "Point",
"coordinates": [
-86.767875,
36.157278
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment