mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-07 20:48:49 +00:00
SEV
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@40 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
968b3582ad
commit
715d6b458e
1 changed files with 2 additions and 0 deletions
|
@ -552,6 +552,8 @@ public class MvvProvider implements NetworkProvider
|
|||
return "B" + line;
|
||||
else if (line.matches("N4\\d"))
|
||||
return "B" + line;
|
||||
else if (line.equals("Schienenersatzverkehr"))
|
||||
return "BSEV";
|
||||
else if (LINES.containsKey("T" + line))
|
||||
return "T" + line;
|
||||
else if (LINES.containsKey("S" + line))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue