mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-16 09:29:49 +00:00
Melbourne
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@486 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
e26916cebf
commit
39fe5d52df
4 changed files with 190 additions and 1 deletions
|
@ -735,6 +735,8 @@ public abstract class AbstractEfaProvider implements NetworkProvider
|
|||
return 'R' + name;
|
||||
if ("CAPITOL".equals(name)) // San Francisco
|
||||
return 'R' + name;
|
||||
if ("Regional Train :".equals(longName))
|
||||
return "R";
|
||||
if (type.equals("ATB")) // Autoschleuse Tauernbahn
|
||||
return 'R' + name;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue