mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-18 16:29:51 +00:00
line
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@910 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
63cd5bbbd9
commit
e69c9ad19d
2 changed files with 6 additions and 2 deletions
|
@ -881,9 +881,9 @@ public abstract class AbstractEfaProvider extends AbstractNetworkProvider
|
|||
return 'R' + str;
|
||||
if (type.equals("EGP")) // EGP - die Städtebahn GmbH
|
||||
return 'R' + str;
|
||||
if (type.equals("SBS")) // EGP - die Städtebahn GmbH
|
||||
if (type.equals("SBS")) // Städtebahn Sachsen, EGP - die Städtebahn GmbH
|
||||
return 'R' + str;
|
||||
if (type.equals("SES")) // EGP - die Städtebahn GmbH
|
||||
if (type.equals("SES")) // Städtebahn Sachsen Express, EGP - die Städtebahn GmbH
|
||||
return 'R' + str;
|
||||
if (type.equals("SB")) // Städtebahn Sachsen
|
||||
return 'R' + str;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue