This commit is contained in:
Andreas Schildbach 2012-12-15 11:52:03 +01:00
parent 01739f1077
commit 209bb2b1e3

View file

@ -1311,6 +1311,9 @@ public abstract class AbstractEfaProvider extends AbstractNetworkProvider
if ("Ersatzverkehr".equals(type)) // Rhein-Ruhr
return 'B' + str;
if ("HBL".equals(type)) // Hamburg Hafenfähre
return 'F' + str;
if ("AST".equals(type)) // Anruf-Sammel-Taxi
return 'P' + str;