mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-07 17:18:49 +00:00
more lines
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@448 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
2ae3bff64b
commit
53b58f3306
1 changed files with 8 additions and 0 deletions
|
@ -716,6 +716,14 @@ public abstract class AbstractEfaProvider implements NetworkProvider
|
|||
return 'R' + str;
|
||||
if (type.equals("IL")) // Island Line, GB
|
||||
return 'R' + str;
|
||||
if (type.equals("BR")) // ??, GB
|
||||
return 'R' + str;
|
||||
if (type.equals("OO")) // ??, GB
|
||||
return 'R' + str;
|
||||
if (type.equals("XX")) // ??, GB
|
||||
return 'R' + str;
|
||||
if (type.equals("XZ")) // ??, GB
|
||||
return 'R' + str;
|
||||
if (type.equals("DB-Zug")) // VRR
|
||||
return 'R' + name;
|
||||
if (type.equals("Regionalexpress")) // VRR
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue