mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-20 09:19:57 +00:00
Städtebahn Sachsen line
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@471 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
510533d7d6
commit
ba7bf25f83
2 changed files with 4 additions and 0 deletions
|
@ -643,6 +643,8 @@ public abstract class AbstractEfaProvider implements NetworkProvider
|
|||
return 'R' + str;
|
||||
if (type.equals("SBS")) // EGP - die Städtebahn GmbH
|
||||
return 'R' + str;
|
||||
if (type.equals("SES")) // EGP - die Städtebahn GmbH
|
||||
return 'R' + str;
|
||||
if (type.equals("agi")) // agilis
|
||||
return 'R' + str;
|
||||
if (type.equals("ag")) // agilis
|
||||
|
|
|
@ -750,6 +750,8 @@ public final class BahnProvider extends AbstractHafasProvider
|
|||
return "RLEO" + number;
|
||||
if (type.equals("SBS")) // Städtebahn Sachsen
|
||||
return "RSBS" + number;
|
||||
if (type.equals("SES")) // Städtebahn Sachsen
|
||||
return "RSES" + number;
|
||||
if (type.equals("VEN")) // Rhenus Veniro
|
||||
return "RVEN" + number;
|
||||
if (type.equals("KD")) // Koleje Dolnośląskie (Niederschlesische Eisenbahn)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue