bvg-topological-map icon indicating copy to clipboard operation
bvg-topological-map copied to clipboard

BVG transport map as a nice SVG.

bvg-topological-map 🔜

The official public transport map for Berlin, as an SVG. Every station and every line is tagged.

Note: This dataset does not reflect the current BVG transit map. See #7 for a guide on how to bring it up to date.

build status ISC-licensed gitter channel

topological BVG map

ISC-licensed support me via GitHub Sponsors chat with me on Twitter

Usage

Embed map.svg directly into your HTML. You can change the look of the map in your CSS:

#my-map #stations .station {
	stroke: red;
}
#my-map #stations .station.interchange {
	fill: red;
}
#my-map #station-900000040101 {
	display: none;
}
#my-map #lines .line {
	stroke-width: 3;
}
#my-map #labels .label.U7 {
	opacity: .5;
}

Contributing

If you have a question, found a bug or want to propose a feature, have a look at the issues page.