Skip to content

Instantly share code, notes, and snippets.

@rick

rick/map.geojson Secret

Last active August 29, 2015 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rick/b2b0a19d138551ae445c to your computer and use it in GitHub Desktop.
Save rick/b2b0a19d138551ae445c to your computer and use it in GitHub Desktop.
The Stone Fox -- March 27, 2014, GitHub Drinkup venue
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"marker-symbol": "star",
"marker-size": "large",
"Venue": "The Stone Fox",
"Address": "712 51st Ave N, Nashville, TN 37209",
"When": "Thursday, March 27th, 7:00pm"
},
"geometry": {
"type": "Point",
"coordinates": [
-86.848390,
36.156494
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment