Last active
August 29, 2015 14:06
-
-
Save bzz/d943c6041b4401217741 to your computer and use it in GitHub Desktop.
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": {}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
127.0450723171234, | |
37.50803220454749 | |
] | |
} | |
} | |
], | |
"properties": { | |
"title": "D.CAMP", | |
"marker-size": "large", | |
"marker-symbol": "college", | |
"What": "GitHub Secrets w/ GitHub employees, Seoul", | |
"Venue": "D.CAMP, 6th floor", | |
"Address": "683-34 Yeoksam-dong, Gangnam-gu, Seoul", | |
"When": "Tuesday, September 30 at 19:30" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment