All Projects → derhuerst → bvg-topological-map

derhuerst / bvg-topological-map

Licence: ISC license
BVG transport map as a nice SVG.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to bvg-topological-map

vbb-hafas
A JavaScript client for Berlin & Brandenburg public transport HAFAS API.
Stars: ✭ 28 (+86.67%)
Mutual labels:  transit, berlin, transport, vbb, bvg
vbb-rest
An HTTP API for Berlin & Brandenburg public transport.
Stars: ✭ 104 (+593.33%)
Mutual labels:  transit, berlin, transport, vbb, bvg
VBBNow
A VBB NotificationCenter Widget. It shows the nearby transit information
Stars: ✭ 23 (+53.33%)
Mutual labels:  transit, berlin, vbb, bvg
MMM-PublicTransportBerlin
MagicMirror module to display public transport in Berlin and Brandenburg with BVG Hafas data.
Stars: ✭ 37 (+146.67%)
Mutual labels:  berlin, vbb, bvg
public-transit-tools
Tools for working with GTFS public transit data in ArcGIS
Stars: ✭ 126 (+740%)
Mutual labels:  transit, transport
citylines
Citylines.co is a collaborative platform for mapping the transit systems of the world!
Stars: ✭ 53 (+253.33%)
Mutual labels:  transit, transport
open-bus
🚌 Analysing Israel's public transport data
Stars: ✭ 65 (+333.33%)
Mutual labels:  transit, transport
European Transport Modules
[DISCONTINUED in favour of public-transport-operators] Collection of european transport JavaScript modules.
Stars: ✭ 9 (-40%)
Mutual labels:  transit, transport
ideas
How to make public transport more comfortable, more accessible, more transparent?
Stars: ✭ 35 (+133.33%)
Mutual labels:  transit, transport
db-stations
A list of DB stations.
Stars: ✭ 15 (+0%)
Mutual labels:  transit, transport
Tidytransit
R package for working with the General Transit Feed Specification (GTFS)
Stars: ✭ 84 (+460%)
Mutual labels:  transit, transport
matsim-sbb-extensions
matsim swiss rail
Stars: ✭ 23 (+53.33%)
Mutual labels:  transit, transport
TrenitaliaAPI
Reverse engineering dell'API dell'app di Trenitalia
Stars: ✭ 32 (+113.33%)
Mutual labels:  transit, transport
Vbb Cli
A CLI for Berlin & Brandenburg public transport.
Stars: ✭ 70 (+366.67%)
Mutual labels:  transit, transport
db-hafas
JavaScript client for the Deutsche Bahn HAFAS API.
Stars: ✭ 54 (+260%)
Mutual labels:  transit, transport
european-transport-operators
NOT UP-TO-DATE ANYMORE, UNMAINTAINED. CHECK european-transport-feeds INSTEAD. List of european long-distance transport operators, available API endpoints, GTFS feeds and client modules.
Stars: ✭ 47 (+213.33%)
Mutual labels:  transit, transport
Mpk Ttss
Improved www.ttss.krakow.pl
Stars: ✭ 63 (+320%)
Mutual labels:  map, transport
waka
Your realtime guide to public transport in New Zealand
Stars: ✭ 37 (+146.67%)
Mutual labels:  transit, transport
Vbb Modules
List of JavaScript modules for Berlin & Brandenburg public transport.
Stars: ✭ 47 (+213.33%)
Mutual labels:  transit, transport
Hafas Client
JavaScript client for HAFAS public transport APIs.
Stars: ✭ 125 (+733.33%)
Mutual labels:  transit, transport

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].