-
-
Save victormejia/94b895f5b059bd5cf072 to your computer and use it in GitHub Desktop.
This file contains hidden or 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": "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