-
-
Save michaeltwofish/9826661 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": { | |
"marker-symbol": "star", | |
"marker-size": "large", | |
"Venue": "Bugsy's Bar & Bistro", | |
"Address": "F-126-127 Forbeswood Bldg., Forbestown Rd, Taguig, Philippines", | |
"When": "Saturday, March 28th, 7:00pm" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
121.044304, | |
14.551761 | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment