mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-20 09:19:57 +00:00
lines
This commit is contained in:
parent
789cce3548
commit
d270ead50c
1 changed files with 4 additions and 0 deletions
|
@ -732,6 +732,8 @@ public abstract class AbstractEfaProvider extends AbstractNetworkProvider
|
|||
return 'I' + name;
|
||||
if ("IXB".equals(type)) // ICE International
|
||||
return 'I' + name;
|
||||
if ("SC".equals(type)) // SuperCity, Tschechien
|
||||
return 'I' + name;
|
||||
|
||||
if (type.equals("IR")) // Interregio
|
||||
return 'R' + str;
|
||||
|
@ -1141,6 +1143,8 @@ public abstract class AbstractEfaProvider extends AbstractNetworkProvider
|
|||
return 'R' + type;
|
||||
if ("Regionalzug".equals(type))
|
||||
return 'R' + type;
|
||||
if ("RR".equals(type)) // RR 371 Horehronec / RR 404 Vltava / RR 922 Josef Skupa
|
||||
return 'R' + type;
|
||||
|
||||
if ("BSB".equals(type)) // Breisgau-S-Bahn
|
||||
return 'S' + str;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue