mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-20 17:29:51 +00:00
lines
This commit is contained in:
parent
9f71d1bc3e
commit
7adae3ee55
2 changed files with 4 additions and 5 deletions
|
@ -1245,6 +1245,10 @@ public abstract class AbstractEfaProvider extends AbstractNetworkProvider
|
|||
return 'R' + type;
|
||||
if ("RR".equals(type)) // RR 371 Horehronec / RR 404 Vltava / RR 922 Josef Skupa
|
||||
return 'R' + type;
|
||||
if ("ZAB1/766".equals(type))
|
||||
return "R" + name;
|
||||
if ("ZAB2/768".equals(type))
|
||||
return "R" + name;
|
||||
|
||||
if ("BSB".equals(type)) // Breisgau-S-Bahn
|
||||
return 'S' + str;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue