mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-14 16:40:30 +00:00
line
This commit is contained in:
parent
36ff83f79c
commit
08762e3578
1 changed files with 2 additions and 0 deletions
|
@ -1320,6 +1320,8 @@ public abstract class AbstractEfaProvider extends AbstractNetworkProvider
|
|||
return 'B' + str;
|
||||
if ("Ersatzverkehr".equals(type)) // Rhein-Ruhr
|
||||
return 'B' + str;
|
||||
if ("Bus replacement".equals(noTrainName)) // Transport Line
|
||||
return 'B' + str;
|
||||
|
||||
if ("HBL".equals(type)) // Hamburg Hafenfähre
|
||||
return 'F' + str;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue