mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-07 23:08:50 +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;
|
return 'R' + str;
|
||||||
if (type.equals("IL")) // Island Line, GB
|
if (type.equals("IL")) // Island Line, GB
|
||||||
return 'R' + str;
|
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
|
if (type.equals("DB-Zug")) // VRR
|
||||||
return 'R' + name;
|
return 'R' + name;
|
||||||
if (type.equals("Regionalexpress")) // VRR
|
if (type.equals("Regionalexpress")) // VRR
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue