1.0.0 • Published 5 years ago

bvg-topological-map v1.0.0

Weekly downloads
4
License
ISC
Repository
github
Last release
5 years ago

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 chat on gitter support me on Patreon

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.

1.0.0

5 years ago

0.2.0

6 years ago

0.2.0-alpha.7

6 years ago

0.2.0-alpha.6

6 years ago

0.2.0-alpha.5

6 years ago

0.2.0-alpha.4

6 years ago

0.2.0-alpha.3

6 years ago

0.2.0-alpha.2

6 years ago

0.2.0-alpha.1

6 years ago

0.1.2

6 years ago

0.1.1

7 years ago

0.1.0

7 years ago