mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-17 11:59:49 +00:00
line EZ
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@768 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
bb930d43a1
commit
71dc2782f4
1 changed files with 2 additions and 0 deletions
|
@ -818,6 +818,8 @@ public final class BahnProvider extends AbstractHafasProvider
|
|||
return "RDWE" + number;
|
||||
if ("DBG".equals(type)) // Döllnitzbahn GmbH
|
||||
return "RDBG" + number;
|
||||
if ("EZ".equals(type)) // ÖBB ErlebnisBahn
|
||||
return "REZ" + number;
|
||||
|
||||
if (type.equals("S"))
|
||||
return "SS" + number;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue