mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-15 17:10:30 +00:00
line
This commit is contained in:
parent
910d94fdb5
commit
d06a579533
1 changed files with 2 additions and 0 deletions
|
@ -900,6 +900,8 @@ public abstract class AbstractEfaProvider extends AbstractNetworkProvider
|
||||||
return 'R' + str;
|
return 'R' + str;
|
||||||
if (type.equals("ag")) // agilis
|
if (type.equals("ag")) // agilis
|
||||||
return 'R' + str;
|
return 'R' + str;
|
||||||
|
if (type.equals("as")) // agilis-Schnellzug
|
||||||
|
return 'R' + str;
|
||||||
if (type.equals("TLX")) // Trilex (Vogtlandbahn)
|
if (type.equals("TLX")) // Trilex (Vogtlandbahn)
|
||||||
return 'R' + str;
|
return 'R' + str;
|
||||||
if (type.equals("DBG")) // Döllnitzbahn
|
if (type.equals("DBG")) // Döllnitzbahn
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue