Skip to content

Instantly share code, notes, and snippets.

@victormejia
Forked from afeld/map.geojson
Created May 7, 2014 18:20
Show Gist options
  • Save victormejia/94b895f5b059bd5cf072 to your computer and use it in GitHub Desktop.
Save victormejia/94b895f5b059bd5cf072 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": "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