bvg-topological-map

1.0.0 • Public • Published

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.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.05latest
0.2.0-alpha.70next

Version History

VersionDownloads (Last 7 Days)Published
1.0.05
0.2.00
0.2.0-alpha.70
0.2.0-alpha.60
0.2.0-alpha.51
0.2.0-alpha.40
0.2.0-alpha.30
0.2.0-alpha.20
0.2.0-alpha.10
0.1.20
0.1.10
0.1.00

Package Sidebar

Install

npm i bvg-topological-map

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

82.2 kB

Total Files

6

Last publish

Collaborators

  • derhuerst