mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-19 08:49:58 +00:00
fixed type and visibility of westbahn
This commit is contained in:
parent
67a33dc391
commit
eb2741b03a
3 changed files with 8 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue