Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 13 hours 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-04-09T12:31:32.000Z (over 2 years ago)
- Last Synced: 2024-10-03T23:53:15.908Z (about 1 month 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.
[![build status](https://img.shields.io/travis/derhuerst/bvg-topological-map.svg)](https://travis-ci.org/derhuerst/bvg-topological-map)
![ISC-licensed](https://img.shields.io/github/license/derhuerst/bvg-topological-map.svg)
[![gitter channel](https://badges.gitter.im/derhuerst/vbb-rest.svg)](https://gitter.im/derhuerst/vbb-rest)[![topological BVG map](https://derhuerst.github.io/bvg-topological-map/map.svg)](https://derhuerst.github.io/bvg-topological-map/map.svg)
![ISC-licensed](https://img.shields.io/github/license/derhuerst/bvg-topological-map.svg)
[![support me via GitHub Sponsors](https://img.shields.io/badge/support%20me-donate-fa7664.svg)](https://github.com/sponsors/derhuerst)
[![chat with me on Twitter](https://img.shields.io/badge/chat%20with%20me-on%20Twitter-1da1f2.svg)](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).