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
d66b770c4e
commit
149ec16a82
1 changed files with 2 additions and 0 deletions
|
@ -1108,6 +1108,8 @@ public abstract class AbstractEfaProvider extends AbstractNetworkProvider
|
|||
return 'R' + type;
|
||||
if ("KTB".equals(type)) // Kandertalbahn
|
||||
return 'R' + type;
|
||||
if ("UEF".equals(type)) // Ulmer Eisenbahnfreunde
|
||||
return 'R' + type;
|
||||
if ("Regionalzug".equals(type))
|
||||
return 'R' + type;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue