Skip to content

Instantly share code, notes, and snippets.

@michaeltwofish
Forked from arfon/map.geojson
Last active August 29, 2015 13:57
Show Gist options
  • Save michaeltwofish/9826661 to your computer and use it in GitHub Desktop.
Save michaeltwofish/9826661 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"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