mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-19 16:59:51 +00:00
Lines.
This commit is contained in:
parent
d9098fc927
commit
9b1ece6cdf
12 changed files with 40 additions and 22 deletions
|
@ -2804,6 +2804,8 @@ public abstract class AbstractHafasProvider extends AbstractNetworkProvider
|
|||
return 'P';
|
||||
if (ucType.startsWith("BUXI")) // Bus-Taxi (Schweiz)
|
||||
return 'P';
|
||||
if ("TB".equals(ucType)) // Taxi-Bus?
|
||||
return 'P';
|
||||
|
||||
// Ferry
|
||||
if ("SCHIFF".equals(ucType))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue