mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-15 09:00:36 +00:00
more lines
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@475 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
8b72c7cafe
commit
ca35a8de54
1 changed files with 4 additions and 0 deletions
|
@ -501,6 +501,8 @@ public abstract class AbstractEfaProvider implements NetworkProvider
|
|||
return 'R' + str;
|
||||
if (type.equals("WFB")) // Westfalenbahn
|
||||
return 'R' + str;
|
||||
if ("Westfalenbahn".equals(type)) // Westfalenbahn
|
||||
return 'R' + name;
|
||||
if (type.equals("NWB")) // NordWestBahn
|
||||
return 'R' + str;
|
||||
if (type.equals("NordWestBahn"))
|
||||
|
@ -743,6 +745,8 @@ public abstract class AbstractEfaProvider implements NetworkProvider
|
|||
|
||||
if (P_LINE_U.matcher(type).matches())
|
||||
return 'U' + str;
|
||||
if ("Underground".equals(type)) // London Underground, GB
|
||||
return 'U' + str;
|
||||
if ("Millbrae / Richmond".equals(name)) // San Francisco, BART
|
||||
return 'U' + name;
|
||||
if ("Richmond / Millbrae".equals(name)) // San Francisco, BART
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue