mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-19 16:59:51 +00:00
support Birmingham and West Midlands
This commit is contained in:
parent
10d393f1c9
commit
2115628e0e
4 changed files with 164 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue