mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-17 12:59:50 +00:00
more VRR lines
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@414 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
188edafeaa
commit
a1fe5aa9e1
1 changed files with 4 additions and 0 deletions
|
@ -665,6 +665,10 @@ public abstract class AbstractEfaProvider implements NetworkProvider
|
|||
return 'R' + str;
|
||||
if (type.equals("IL")) // Island Line, GB
|
||||
return 'R' + str;
|
||||
if (type.equals("DB-Zug")) // VRR
|
||||
return 'R' + name;
|
||||
if (type.equals("Regionalexpress")) // VRR
|
||||
return 'R' + name;
|
||||
if ("CAPITOL".equals(name)) // San Francisco
|
||||
return 'R' + name;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue