Skip to content

Instantly share code, notes, and snippets.

@amateurhuman
Last active August 29, 2015 14:04
Show Gist options
  • Save amateurhuman/509c4de4f7309ed43e23 to your computer and use it in GitHub Desktop.
Save amateurhuman/509c4de4f7309ed43e23 to your computer and use it in GitHub Desktop.
Spirit of 77 GeoJSON Map
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"marker-symbol": "star",
"marker-size": "large",
"Venue": "Spirit of 77",
"Address": "500 NE Martin Luther King Jr Blvd, Portland, OR 97232",
"When": "Wednesday, July 23, 2014, 6:30pm"
},
"geometry": {
"type": "Point",
"coordinates": [
-122.661489,
45.526722
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment