mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-21 01:39:51 +00:00
line
This commit is contained in:
parent
661bb1b32b
commit
3598373752
1 changed files with 2 additions and 0 deletions
|
@ -1032,6 +1032,8 @@ public abstract class AbstractEfaProvider extends AbstractNetworkProvider
|
|||
return 'R' + str;
|
||||
if (type.equals("DB-Zug")) // VRR
|
||||
return 'R' + name;
|
||||
if (type.equals("DB"))
|
||||
return 'R' + name;
|
||||
if (type.equals("Regionalexpress")) // VRR
|
||||
return 'R' + name;
|
||||
if ("CAPITOL".equals(name)) // San Francisco
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue