fixed type and visibility of westbahn

This commit is contained in:
Andreas Schildbach 2012-08-10 14:35:36 +02:00
parent 67a33dc391
commit eb2741b03a
3 changed files with 8 additions and 5 deletions

View file

@ -733,6 +733,8 @@ public abstract class AbstractEfaProvider extends AbstractNetworkProvider
return 'I' + str;
if (type.equals("RJ")) // railjet
return 'I' + str;
if ("WB".equals(type)) // westbahn
return 'R' + str;
if (type.equals("OEC")) // ÖBB-EuroCity
return 'I' + str;
if (type.equals("OIC")) // ÖBB-InterCity
@ -980,8 +982,6 @@ public abstract class AbstractEfaProvider extends AbstractNetworkProvider
return 'R' + str;
if (type.equals("VIAMO"))
return 'R' + str;
if ("WB".equals(type)) // WESTbahn
return 'R' + str;
if (type.equals("SE")) // Southeastern, GB
return 'R' + str;
if (type.equals("SW")) // South West Trains, GB