mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-19 16:59:51 +00:00
more lines
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@69 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
f3c3c58c96
commit
ff8066ff14
2 changed files with 33 additions and 16 deletions
|
@ -676,6 +676,8 @@ public final class BahnProvider implements NetworkProvider
|
|||
return "RDab" + number;
|
||||
if (type.equals("SDG")) // Sächsische Dampfeisenbahngesellschaft
|
||||
return "RSDG" + number;
|
||||
if (type.equals("ARR")) // Ostfriesland
|
||||
return "RARR" + number;
|
||||
if (type.equals("VEN")) // Rhenus Veniro
|
||||
return "RVEN" + number;
|
||||
if (type.equals("KD")) // Koleje Dolnośląskie
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue