Skip to content

Instantly share code, notes, and snippets.

@afeld
Last active August 29, 2015 14:01
Show Gist options
  • Save afeld/7515d78fa26f03ecb1e6 to your computer and use it in GitHub Desktop.
Save afeld/7515d78fa26f03ecb1e6 to your computer and use it in GitHub Desktop.
Portland Meetup
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"marker-symbol": "cafe",
"marker-size": "large",
"What": "Portland Meetup",
"Venue": "Townshend’s Alberta Street Teahouse",
"Address": "2223 NE Alberta Street, Portland, OR 97211",
"When": "Thursday, May 8th, 7:30-9:30pm"
},
"geometry": {
"type": "Point",
"coordinates": [
-122.642357,
45.559205
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment