support Birmingham and West Midlands

This commit is contained in:
Andreas Schildbach 2012-11-10 21:51:52 +01:00
parent 10d393f1c9
commit 2115628e0e
4 changed files with 164 additions and 2 deletions

View file

@ -1277,7 +1277,7 @@ public abstract class AbstractEfaProvider extends AbstractNetworkProvider
if ("Cable Car".equals(noTrainName)) // San Francisco
return 'T' + name;
if (type.equals("BUS"))
if ("BUS".equals(type) || "Bus".equals(type))
return 'B' + str;
if (P_LINE_SEV.matcher(type).matches())
return 'B' + str;