mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-07 06:08:52 +00:00
more lines
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@39 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
58b01862fc
commit
968b3582ad
1 changed files with 5 additions and 1 deletions
|
@ -562,7 +562,11 @@ public class MvvProvider implements NetworkProvider
|
|||
return "R" + line;
|
||||
else if (line.startsWith("RB "))
|
||||
return "R" + line;
|
||||
else if (line.startsWith("ALX "))
|
||||
else if (line.startsWith("ALX ")) // Alex
|
||||
return "R" + line;
|
||||
else if (line.startsWith("BOB ")) // Bayerische Oberlandbahn
|
||||
return "R" + line;
|
||||
else if (line.startsWith("VBG ")) // Vogtlandbahn
|
||||
return "R" + line;
|
||||
else if (line.startsWith("ICE "))
|
||||
return "I" + line;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue