mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-15 09:00:36 +00:00
more lines
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@452 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
a8349201a4
commit
1d77a031d5
1 changed files with 6 additions and 0 deletions
|
@ -440,6 +440,8 @@ public abstract class AbstractEfaProvider implements NetworkProvider
|
|||
return 'I' + str;
|
||||
if (type.equals("ICE")) // Intercity Express
|
||||
return 'I' + str;
|
||||
if (type.equals("X")) // InterConnex
|
||||
return 'I' + str;
|
||||
if (type.equals("CNL")) // City Night Line
|
||||
return 'I' + str;
|
||||
if (type.equals("THA")) // Thalys
|
||||
|
@ -627,8 +629,12 @@ public abstract class AbstractEfaProvider implements NetworkProvider
|
|||
return 'R' + str;
|
||||
if (type.equals("EGP")) // EGP - die Städtebahn GmbH
|
||||
return 'R' + str;
|
||||
if (type.equals("SBS")) // EGP - die Städtebahn GmbH
|
||||
return 'R' + str;
|
||||
if (type.equals("agi")) // agilis
|
||||
return 'R' + str;
|
||||
if (type.equals("ag")) // agilis
|
||||
return 'R' + str;
|
||||
if (type.equals("TLX")) // Trilex (Vogtlandbahn)
|
||||
return 'R' + str;
|
||||
if (type.equals("BE")) // Grensland-Express, Niederlande
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue