mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-13 08:10:46 +00:00
one more line
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@485 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
484146768c
commit
e26916cebf
1 changed files with 2 additions and 0 deletions
|
@ -735,6 +735,8 @@ public abstract class AbstractEfaProvider implements NetworkProvider
|
|||
return 'R' + name;
|
||||
if ("CAPITOL".equals(name)) // San Francisco
|
||||
return 'R' + name;
|
||||
if (type.equals("ATB")) // Autoschleuse Tauernbahn
|
||||
return 'R' + name;
|
||||
|
||||
if (type.equals("BSB")) // Breisgau-S-Bahn
|
||||
return 'S' + str;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue