Skip to content

skamsie/berlin-ubahn-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d1a32b3 · Nov 9, 2024
Jun 28, 2022
May 1, 2020
May 1, 2020
Nov 9, 2024
Jun 24, 2022
Jan 13, 2021
Jan 13, 2021
Apr 9, 2020
Jun 24, 2022
Apr 21, 2020
Jun 28, 2022
Jan 13, 2021

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

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published