Skip to content

Instantly share code, notes, and snippets.

@spllr
Last active December 21, 2015 03:09
Show Gist options
  • Save spllr/6240400 to your computer and use it in GitHub Desktop.
Save spllr/6240400 to your computer and use it in GitHub Desktop.
Location of Appsterdam HQ
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
4.902508,
52.384125,
0
]
},
"properties": {
"marker-symbol": "building",
"marker-color": "#C41414",
"marker-size": "large",
"name": "Appsterdam HQ at A-Lab",
"about": "The official Appsterdam HQ Hangout.",
"open": "Mo, Tu, We, Th, Fr",
"up to date info": "https://github.com/Appsterdam/open/issues/21",
"website": "http://www.a-lab.nl"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
4.89934,
52.38060,
0
]
},
"properties": {
"marker-symbol": "ferry",
"marker-color": "#C41414",
"name": "Ferry To Buiksloterweg",
"about": "Here you take the ferry to Buiksloterweg",
"timetable": "http://www.ilovenoord.com/ferry/"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment