mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-10 21:28:52 +00:00
more lines
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@328 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
77dbf852ed
commit
0e2fa06bd7
2 changed files with 4 additions and 0 deletions
|
@ -533,6 +533,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("ÖBA")) // Eisenbahn-Betriebsgesellschaft Ochsenhausen
|
||||
return 'R' + str;
|
||||
if (type.equals("Abellio-Zug")) // Abellio
|
||||
return 'R' + str;
|
||||
if (type.equals("KBS")) // Kursbuchstrecke
|
||||
|
|
|
@ -662,6 +662,8 @@ public abstract class AbstractHafasProvider implements NetworkProvider
|
|||
|
||||
if ("Tram".equals(normalizedType)) // Tram
|
||||
return "T" + normalizedName;
|
||||
if ("T".equals(normalizedType)) // Tram
|
||||
return "T" + normalizedName;
|
||||
if ("Tramway".equals(normalizedType))
|
||||
return "T" + normalizedName;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue