mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-19 16:59:51 +00:00
Lines.
This commit is contained in:
parent
710d074c47
commit
25d25fd839
10 changed files with 59 additions and 0 deletions
|
@ -1128,6 +1128,8 @@ public abstract class AbstractEfaProvider extends AbstractNetworkProvider
|
|||
return "IEST" + trainNum;
|
||||
if ("EIC".equals(trainType)) // Ekspres InterCity, Polen
|
||||
return "IEIC" + trainNum;
|
||||
if ("MT".equals(trainType) && "Schnee-Express".equals(trainName))
|
||||
return "IMT" + trainNum;
|
||||
|
||||
if ("Zug".equals(trainName))
|
||||
return 'R' + symbol;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue