Created
September 26, 2014 09:15
-
-
Save bzz/60b6651e097ce9ebf718 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": {}, | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 127.04712152481079, | |
| 37.50505335033394 | |
| ] | |
| } | |
| } | |
| ], | |
| "properties": { | |
| "title": "Bar", | |
| "marker-size": "large", | |
| "marker-symbol": "beer", | |
| "What": "GitHub Drinkup Seoul", | |
| "Venue": "Mekjuya/맥주야 2nd floor", | |
| "Address": "서울특별시 강남구 역삼동 705-6 2층", | |
| "When": "Tuesday, September 30 at 21:30" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment