mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-17 15:09:49 +00:00
line
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@937 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
f407705052
commit
6150fa6a98
1 changed files with 2 additions and 0 deletions
|
@ -921,6 +921,8 @@ 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