Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save gisfromscratch/3535a73c806d42a28a0eab6962f552d8 to your computer and use it in GitHub Desktop.
Save gisfromscratch/3535a73c806d42a28a0eab6962f552d8 to your computer and use it in GitHub Desktop.
Berlin S- and U-Bahn stations near the Olympiastadium
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"name": "berlin_start_locations",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
"features": [
{ "type": "Feature", "properties": { "name": "U-Bahn Ruhleben" }, "geometry": { "type": "Point", "coordinates": [ 13.241183855834903, 52.525492469777419 ] } },
{ "type": "Feature", "properties": { "name": "U-Bahn Olympiastadion" }, "geometry": { "type": "Point", "coordinates": [ 13.249940139300833, 52.516993066967835 ] } },
{ "type": "Feature", "properties": { "name": "S-Bahn Olympiastadion" }, "geometry": { "type": "Point", "coordinates": [ 13.241096425470483, 52.511158549082381 ] } },
{ "type": "Feature", "properties": { "name": "S-Bahn Pichelsberg" }, "geometry": { "type": "Point", "coordinates": [ 13.22863185816456, 52.509811598401058 ] } },
{ "type": "Feature", "properties": { "name": "S-Bahn Stresow" }, "geometry": { "type": "Point", "coordinates": [ 13.20952081689347, 52.532019724249047 ] } }
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment