mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-18 08:19:51 +00:00
one more line
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@314 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
a26f69c342
commit
6cf2c4c896
1 changed files with 2 additions and 0 deletions
|
@ -528,6 +528,8 @@ public abstract class AbstractEfaProvider implements NetworkProvider
|
|||
return 'R' + str;
|
||||
if (type.equals("P")) // Kasbachtalbahn, Wanderbahn im Regental, Rhön-Zügle
|
||||
return 'R' + str;
|
||||
if (type.equals("Abellio-Zug")) // Abellio
|
||||
return 'R' + str;
|
||||
if (type.equals("KBS")) // Kursbuchstrecke
|
||||
return 'R' + str;
|
||||
if (type.equals("Zug"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue