mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-13 16:20:34 +00:00
line
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@859 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
4c66b2639d
commit
24f9393f0d
1 changed files with 2 additions and 0 deletions
|
@ -868,6 +868,8 @@ public abstract class AbstractEfaProvider extends AbstractNetworkProvider
|
|||
return 'R' + str;
|
||||
if (type.equals("Abellio-Zug")) // Abellio
|
||||
return 'R' + str;
|
||||
if ("erx".equals(type)) // erixx
|
||||
return 'R' + str;
|
||||
if ("SWEG-Zug".equals(type)) // Südwestdeutschen Verkehrs-Aktiengesellschaft, evtl. S-Bahn?
|
||||
return 'R' + str;
|
||||
if (type.equals("KBS")) // Kursbuchstrecke
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue