mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-14 08:40:29 +00:00
lines
This commit is contained in:
parent
fcfebe412b
commit
bacb81e42d
1 changed files with 4 additions and 0 deletions
|
@ -1065,6 +1065,10 @@ public abstract class AbstractEfaProvider extends AbstractNetworkProvider
|
|||
return "REXT" + trainNum;
|
||||
if ("Heritage Railway".equals(trainName)) // GB
|
||||
return 'R' + symbol;
|
||||
if ("WTB".equals(trainType) || "Wutachtalbahn".equals(trainName))
|
||||
return "RWTB" + trainNum;
|
||||
if ("DB".equals(trainType) || "DB Regio".equals(trainName))
|
||||
return "RDB" + trainNum;
|
||||
|
||||
if ("BSB-Zug".equals(trainName)) // Breisgau-S-Bahn
|
||||
return 'S' + trainNum;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue