more lines

git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@73 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach 2010-08-12 17:46:07 +00:00
parent f0cffe63f7
commit c0ecbe26f0
2 changed files with 5 additions and 1 deletions

View file

@ -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"))

View file

@ -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';