mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-18 16:29:51 +00:00
line
This commit is contained in:
parent
cc257fb6ed
commit
44068bc491
1 changed files with 3 additions and 0 deletions
|
@ -1259,6 +1259,9 @@ public abstract class AbstractEfaProvider extends AbstractNetworkProvider
|
|||
if ("Ersatzverkehr".equals(type)) // Rhein-Ruhr
|
||||
return 'B' + str;
|
||||
|
||||
if ("AST".equals(type)) // Anruf-Sammel-Taxi
|
||||
return 'P' + str;
|
||||
|
||||
if (type.length() == 0)
|
||||
return "?";
|
||||
if (P_LINE_NUMBER.matcher(type).matches())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue