mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-09 22:08:48 +00:00
more lines
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@73 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
f0cffe63f7
commit
c0ecbe26f0
2 changed files with 5 additions and 1 deletions
|
@ -646,11 +646,13 @@ public class MvvProvider implements NetworkProvider
|
|||
if (type.equals("EC"))
|
||||
return "I" + type + number;
|
||||
if (type.equals("EN")) // EuroNight
|
||||
return "IEN" + number;
|
||||
return "I" + type + number;
|
||||
if (type.equals("CNL"))
|
||||
return "I" + type + number;
|
||||
if (type.equals("RJ")) // Railjet, Österreich
|
||||
return "I" + type + number;
|
||||
if (type.equals("IRE")) // Franken-Sachsen-Express
|
||||
return "I" + type + number;
|
||||
if (type.equals("RB"))
|
||||
return "R" + type + number;
|
||||
if (type.equals("RE"))
|
||||
|
|
|
@ -560,6 +560,8 @@ public class SbbProvider implements NetworkProvider
|
|||
return 'T';
|
||||
if (ucType.equals("T"))
|
||||
return 'T';
|
||||
if (ucType.equals("NTR"))
|
||||
return 'T';
|
||||
|
||||
if (ucType.equals("BUS"))
|
||||
return 'B';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue