https://github.com/derhuerst/bvg-topological-map
BVG transport map as a nice SVG.
https://github.com/derhuerst/bvg-topological-map
berlin bvg map svg transit transport vbb
Last synced: 2 months ago
JSON representation
BVG transport map as a nice SVG.
- Host: GitHub
- URL: https://github.com/derhuerst/bvg-topological-map
- Owner: derhuerst
- License: isc
- Created: 2016-06-12T17:40:25.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-04-09T12:31:32.000Z (about 3 years ago)
- Last Synced: 2025-04-08T04:17:49.946Z (2 months ago)
- Topics: berlin, bvg, map, svg, transit, transport, vbb
- Language: JavaScript
- Homepage: https://rawgit.com/derhuerst/bvg-topological-map/gh-pages/map.svg
- Size: 517 KB
- Stars: 18
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
- awesome-starred - derhuerst/bvg-topological-map - BVG transport map as a nice SVG. (others)
README
# 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](https://github.com/derhuerst/bvg-topological-map/issues/7) for a guide on how to bring it up to date.
[](https://travis-ci.org/derhuerst/bvg-topological-map)

[](https://gitter.im/derhuerst/vbb-rest)[](https://derhuerst.github.io/bvg-topological-map/map.svg)

[](https://github.com/sponsors/derhuerst)
[](https://twitter.com/derhuerst)## Usage
Embed [`map.svg`](https://derhuerst.github.io/bvg-topological-map/map.svg) directly into your HTML. You can change the look of the map in your CSS:
```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](https://github.com/derhuerst/bvg-topological-map/issues).