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
983c8a4117
commit
95ca521c56
1 changed files with 2 additions and 0 deletions
|
@ -1826,6 +1826,8 @@ public abstract class AbstractHafasProvider extends AbstractNetworkProvider
|
||||||
return 'P';
|
return 'P';
|
||||||
if (ucType.startsWith("ALT")) // Anruf-Linien-Taxi
|
if (ucType.startsWith("ALT")) // Anruf-Linien-Taxi
|
||||||
return 'P';
|
return 'P';
|
||||||
|
if (ucType.startsWith("BUXI")) // Bus-Taxi (Schweiz)
|
||||||
|
return 'P';
|
||||||
|
|
||||||
// Ferry
|
// Ferry
|
||||||
if ("SCHIFF".equals(ucType))
|
if ("SCHIFF".equals(ucType))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue