mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-20 01:10:02 +00:00
more lines
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@432 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
d260eacd39
commit
a5841db660
1 changed files with 8 additions and 0 deletions
|
@ -794,6 +794,14 @@ public final class BahnProvider extends AbstractHafasProvider
|
||||||
return "RDZ " + number;
|
return "RDZ " + number;
|
||||||
if (type.equals("ag")) // Regensburg-Landshut
|
if (type.equals("ag")) // Regensburg-Landshut
|
||||||
return "Rag " + number;
|
return "Rag " + number;
|
||||||
|
if (type.equals("TLX")) // Trilex (Vogtlandbahn)
|
||||||
|
return "RTLX" + number;
|
||||||
|
if (type.equals("BE")) // Grensland-Express
|
||||||
|
return "RBE" + number;
|
||||||
|
if (type.equals("ATB")) // Autoschleuse Tauernbahn
|
||||||
|
return "RATB" + number;
|
||||||
|
if (type.equals("ARZ")) // Brig-Iselle di Trasquera
|
||||||
|
return "RARZ" + number;
|
||||||
|
|
||||||
if (type.equals("S"))
|
if (type.equals("S"))
|
||||||
return "SS" + number;
|
return "SS" + number;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue