Skip to content

Instantly share code, notes, and snippets.

@andrew
Forked from afeld/map.geojson
Last active August 29, 2015 14:02
Show Gist options
  • Save andrew/748580c8e8e7885becf0 to your computer and use it in GitHub Desktop.
Save andrew/748580c8e8e7885becf0 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
]
}
}
]
}
@trevorah
Copy link

Perhaps features[0].properties.Venue = "Electricity Showrooms"?

@andrew
Copy link
Author

andrew commented Jun 16, 2014

Thanks @trevorah, updated that now 💥

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment