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": "beer",
"marker-size": "large",
"What": "London Meetup",
"Venue": "Electricity Showrooms",
"Address": "39A Hoxton Square, London, UK, N1 6NN",
"When": "Thursday, June 19th, 7:30pm"
},
"geometry": {
"type": "Point",
"coordinates": [
-0.0803095,
51.5275981
]
}
}
]
}
@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