mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-14 08:40:29 +00:00
one more line
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@41 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
715d6b458e
commit
51f6d38d57
1 changed files with 4 additions and 2 deletions
|
@ -620,12 +620,14 @@ public class MvvProvider implements NetworkProvider
|
|||
final String[] lineParts = line.split("\\s+");
|
||||
final String type = lineParts[0];
|
||||
final String number = lineParts[1];
|
||||
if (type.equals("EC"))
|
||||
return "I" + type + number;
|
||||
if (type.equals("IC"))
|
||||
return "I" + type + number;
|
||||
if (type.equals("ICE"))
|
||||
return "I" + type + number;
|
||||
if (type.equals("EC"))
|
||||
return "I" + type + number;
|
||||
if (type.equals("EN")) // EuroNight
|
||||
return "IEN" + number;
|
||||
if (type.equals("CNL"))
|
||||
return "I" + type + number;
|
||||
if (type.equals("RJ")) // Railjet, Österreich
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue