This commit is contained in:
Andreas Schildbach 2014-07-17 01:03:21 +02:00
parent d9098fc927
commit 9b1ece6cdf
12 changed files with 40 additions and 22 deletions

View file

@ -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))