Last active
August 29, 2015 14:04
-
-
Save amateurhuman/509c4de4f7309ed43e23 to your computer and use it in GitHub Desktop.
Spirit of 77 GeoJSON Map
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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