Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add lines in Potsdam #200

Merged
merged 5 commits into from
Jun 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions line-colors.csv
Original file line number Diff line number Diff line change
Expand Up @@ -1309,6 +1309,36 @@ vbb-db-sbahn,S75,s-bahn-berlin,4-08-75,#764d9a,#ffffff,,pill
vbb-db-sbahn,S8,s-bahn-berlin,4-08-8,#4fa433,#ffffff,,pill
vbb-db-sbahn,S85,s-bahn-berlin,4-08-85,#4fa433,#ffffff,,pill
vbb-db-sbahn,S9,s-bahn-berlin,4-08-9,#951732,#ffffff,,pill
vbb-vip-bus,603,,5-vbbvib-603,#fca13d,#ffffff,,pill
vbb-vip-bus,605,,5-vbbvib-605,#c1732a,#ffffff,,pill
vbb-vip-bus,609,,5-vbbvib-609,#907d32,#ffffff,,pill
vbb-vip-bus,612,,5-vbbvib-612,#842a26,#ffffff,,pill
vbb-vip-bus,616,,5-vbbvib-616,#0155ae,#ffffff,,pill
vbb-vip-bus,638,,5-vbbvib-638,#665fb1,#ffffff,,pill
vbb-vip-bus,639,,5-vbbvib-639,#ffffff,#9e9ace,#9e9ace,pill
vbb-vip-bus,690,,5-vbbvib-690,#446080,#ffffff,,pill
vbb-vip-bus,691,,5-vbbvib-691,#ffffff,#ff9027,#ff9027,pill
vbb-vip-bus,692,,5-vbbvib-692,#00b9f2,#ffffff,,pill
vbb-vip-bus,693,,5-vbbvib-693,#e36eb5,#ffffff,,pill
vbb-vip-bus,694,,5-vbbvib-694,#70a4b8,#ffffff,,pill
vbb-vip-bus,695,,5-vbbvib-695,#bf2a4f,#bf2a4f,,pill
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Das sieht falsch aus, die textfarbe ist die selbe wie die Hintergrundfarbe?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh je, falsch kopiert... Danke fürs Korrigieren!

vbb-vip-bus,696,,5-vbbvib-696,#eb2d4c,#ffffff,,pill
vbb-vip-bus,697,,5-vbbvib-697,#772382,#ffffff,,pill
vbb-vip-bus,698,,5-vbbvib-698,#117b40,#ffffff,,pill
vbb-vip-bus,699,,5-vbbvib-699,#d9992f,#ffffff,,pill
vbb-vip-bus,X5,,5-vbbvib-x5,#ffffff,#b167b3,#b167b3,pill
vbb-vip-bus,X15,,5-vbbvib-x15,#ffffff,#49c07d,#49c07d,pill
vbb-vip-bus,N14,,5-vbbvib-n14,#ffa32b,#ffffff,,pill
vbb-vip-bus,N15,,5-vbbvib-n15,#ff7322,#ffffff,,pill
vbb-vip-bus,N16,,5-vbbvib-n16,#009edd,#ffffff,,pill
vbb-vip-bus,N17,,5-vbbvib-n17,#5fbf49,#ffffff,,pill
vbb-vip-tram,91,,8-vbbvit-91,#ff2e17,#ffffff,,rectangle
vbb-vip-tram,92,,8-vbbvit-92,#024890,#ffffff,,rectangle
vbb-vip-tram,93,,8-vbbvit-93,#ff7322,#ffffff,,rectangle
vbb-vip-tram,94,,8-vbbvit-94,#89969e,#ffffff,,rectangle
vbb-vip-tram,96,,8-vbbvit-96,#00b098,#ffffff,,rectangle
vbb-vip-tram,98,,8-vbbvit-98,#ffffff,#009edd,#009edd,rectangle
vbb-vip-tram,99,,8-vbbvit-99,#5fbf49,#ffffff,,rectangle
vbg,RB 1,vogtlandbahn-die-landerbahn-gmbh-dlb,3-rd-rb1,#e30613,#ffffff,,rectangle-rounded-corner
vbg,RB 2,vogtlandbahn-die-landerbahn-gmbh-dlb,3-rd-rb2,#0067b0,#ffffff,,rectangle-rounded-corner
vbg,RB 4,vogtlandbahn-die-landerbahn-gmbh-dlb,3-rd-rb4,#954b3f,#ffffff,,rectangle-rounded-corner
Expand Down
32 changes: 32 additions & 0 deletions sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -1476,6 +1476,38 @@
}
]
},
{
"shortOperatorName": "vbb-vip-bus",
"contributors": [
{
"github": "jonaes"
}
],
"sources": [
{
"name": "Netzplan Potsdam Tag",
"source": "https://www.vbb.de/fileadmin/user_upload/VBB/Dokumente/Liniennetze/potsdam-tageslinien-4-bis-1uhr.pdf"
},
{
"name": "Netzplan Potsdam Nacht",
"source": "https://www.swp-potsdam.de/content/verkehr/pdf_7/fahrplanwechsel_10_12_23/231210_liniennetz_potsdam_nacht.pdf"
}
]
},
{
"shortOperatorName": "vbb-vip-tram",
"contributors": [
{
"github": "jonaes"
}
],
"sources": [
{
"name": "Netzplan Potsdam Tag",
"source": "https://www.vbb.de/fileadmin/user_upload/VBB/Dokumente/Liniennetze/potsdam-tageslinien-4-bis-1uhr.pdf"
}
]
},
{
"shortOperatorName": "vbg",
"contributors": [
Expand Down
Loading