This commit is contained in:
Andreas Schildbach 2012-10-04 01:34:25 +02:00
parent cc257fb6ed
commit 44068bc491

View file

@ -1259,6 +1259,9 @@ public abstract class AbstractEfaProvider extends AbstractNetworkProvider
if ("Ersatzverkehr".equals(type)) // Rhein-Ruhr
return 'B' + str;
if ("AST".equals(type)) // Anruf-Sammel-Taxi
return 'P' + str;
if (type.length() == 0)
return "?";
if (P_LINE_NUMBER.matcher(type).matches())