mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-19 16:59:51 +00:00
line
This commit is contained in:
parent
01739f1077
commit
209bb2b1e3
1 changed files with 3 additions and 0 deletions
|
@ -1311,6 +1311,9 @@ public abstract class AbstractEfaProvider extends AbstractNetworkProvider
|
|||
if ("Ersatzverkehr".equals(type)) // Rhein-Ruhr
|
||||
return 'B' + str;
|
||||
|
||||
if ("HBL".equals(type)) // Hamburg Hafenfähre
|
||||
return 'F' + str;
|
||||
|
||||
if ("AST".equals(type)) // Anruf-Sammel-Taxi
|
||||
return 'P' + str;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue