This commit is contained in:
Andreas Schildbach 2012-03-26 12:08:26 +02:00
parent 983c8a4117
commit 95ca521c56

View file

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