mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-20 09:19:57 +00:00
line N117
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@56 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
9aaded2eaa
commit
cc0b249157
1 changed files with 2 additions and 0 deletions
|
@ -557,6 +557,8 @@ public class MvvProvider implements NetworkProvider
|
|||
return "B" + line;
|
||||
else if (line.matches("N4\\d"))
|
||||
return "B" + line;
|
||||
else if (line.equals("N117")) // Ersatzbus für N17
|
||||
return "BN117";
|
||||
else if (line.equals("Schienenersatzverkehr"))
|
||||
return "BSEV";
|
||||
else if (LINES.containsKey("T" + line))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue