mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-13 16:20:34 +00:00
more lines
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@90 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
990202fc29
commit
86ef970399
1 changed files with 4 additions and 0 deletions
|
@ -512,6 +512,8 @@ public class RmvProvider implements NetworkProvider
|
|||
return "IEN" + number;
|
||||
if (type.equals("CNL")) // CityNightLine
|
||||
return "ICNL" + number;
|
||||
if (type.equals("DNZ")) // Basel-Minsk, Nacht
|
||||
return "IDNZ" + number;
|
||||
if (type.equals("RB")) // RegionalBahn
|
||||
return "RRB" + number;
|
||||
if (type.equals("RE")) // RegionalExpress
|
||||
|
@ -536,6 +538,8 @@ public class RmvProvider implements NetworkProvider
|
|||
return "BALT" + type.substring(3) + number;
|
||||
if (type.equals("LTaxi"))
|
||||
return "BLTaxi" + number;
|
||||
if (type.equals("SCH"))
|
||||
return "FSCH" + number;
|
||||
|
||||
throw new IllegalStateException("cannot normalize type " + type + " number " + number + " line " + line);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue