mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-14 08:40:29 +00:00
Karlsruhe
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@322 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
5711f7ea3a
commit
ab2f35e542
3 changed files with 175 additions and 0 deletions
|
@ -394,6 +394,8 @@ public abstract class AbstractEfaProvider implements NetworkProvider
|
|||
return 'R' + str;
|
||||
if (type.equals("D")) // Schnellzug
|
||||
return 'R' + str;
|
||||
if (type.equals("E")) // Eilzug
|
||||
return 'R' + str;
|
||||
if (type.equals("S")) // ~Innsbruck
|
||||
return 'R' + str;
|
||||
if (type.equals("WFB")) // Westfalenbahn
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue