Skip to content

An interactive representation of the Berlin U-Bahn system

Notifications You must be signed in to change notification settings

SS13HUB/ss13-builds-map-v3

 
 

Repository files navigation

berlin-ubahn-map

https://ubahn-map.com/

An interactive way of displaying the Berlin Ubahn system, based on this official map from 2016. Clicking on the stations, brings up wiki info about it.

I created the map using a modified version of d3-tube-map.

Run locally

Even if the application only uses client side javascript, you still need to run a small web server to prevent CORS errors, because of loading json files from the local filesystem. A simple option would be Python's SimpleHTTPServer (or http.server, depending on the version of Python installed.). More about it here

> cd berlin-ubahn-map
> python -m http.server
Serving HTTP on 0.0.0.0 port 8000 (http://0.0.0.0:8000/) ...

Screenshot of berlin-ubahn-map

About

An interactive representation of the Berlin U-Bahn system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 93.0%
  • JavaScript 5.0%
  • CSS 2.0%