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

added osnabrück buses (only VOS Osnabrück network) #173

Merged
merged 1 commit into from
Jun 6, 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
16 changes: 16 additions & 0 deletions line-colors.csv
Original file line number Diff line number Diff line change
Expand Up @@ -1377,6 +1377,22 @@ vor-wl,U2,wiener-linien,7-810009-2,#a862a4,#ffffff,,rectangle
vor-wl,U3,wiener-linien,7-810009-3,#ef7c00,#ffffff,,rectangle
vor-wl,U4,wiener-linien,7-810009-4,#00963f,#ffffff,,rectangle
vor-wl,U6,wiener-linien,7-810009-6,#9d6830,#ffffff,,rectangle
vos-osnabrueck,10,,5-webos1-10,#8c61a0,#ffffff,,rectangle
vos-osnabrueck,12,,5-web-os-12,#2c247d,#ffffff,,rectangle
vos-osnabrueck,13,,5-webvos-13,#469cde,#ffffff,,rectangle
vos-osnabrueck,14,,5-webos1-14,#dc6d2b,#ffffff,,rectangle
vos-osnabrueck,15,,5-webos1-15,#eba83b,#ffffff,,rectangle
vos-osnabrueck,16,,5-webos1-16,#347841,#ffffff,,rectangle
vos-osnabrueck,17,,5-webos1-17,#4aa563,#ffffff,,rectangle
vos-osnabrueck,18,,5-webosv-18,#3479bd,#ffffff,,rectangle
vos-osnabrueck,19,,5-webosv-19,#1f4d98,#ffffff,,rectangle
vos-osnabrueck,20,,5-webos1-20,#8c61a0,#ffffff,,rectangle
vos-osnabrueck,21,,5-webos1-21,#8c61a0,#ffffff,,rectangle
vos-osnabrueck,M1,,5-webos1-m1,#408f54,#ffffff,,rectangle
vos-osnabrueck,M2,,5-webos1-m2,#30277e,#ffffff,,rectangle
vos-osnabrueck,M3,,5-webos1-m3,#9ebf43,#ffffff,,rectangle
vos-osnabrueck,M4,,5-webos1-m4,#c42f26,#ffffff,,rectangle
vos-osnabrueck,M5,,5-webos1-m5,#d35b95,#ffffff,,rectangle
vrn-regionalbus,625,,5-vrn033-625,#0e6e46,#ffffff,,pill
vrn-regionalbus,626,,5-vrn033-626,#509fc8,#ffffff,,pill
vrn-regionalbus,627,,5-vrn033-627,#6e1430,#ffffff,,pill
Expand Down
14 changes: 14 additions & 0 deletions sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -1492,6 +1492,20 @@
}
]
},
{
"shortOperatorName": "vos-osnabrueck",
"contributors": [
{
"github": "lunas-bad-coding"
}
],
"sources": [
{
"name": "Netzplan VOS Osnabrück",
"source": "https://www.vos.info/fileadmin/upload_data/Dokumente/Liniennetze/2024/VOS_OS_240205_SLNP_Tag_Web.pdf"
}
]
},
{
"shortOperatorName": "vrn-regionalbus",
"contributors": [
Expand Down
Loading