mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-17 11:19:49 +00:00
line DBG
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@766 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
6444951b4a
commit
864c5b6f49
1 changed files with 2 additions and 0 deletions
|
@ -816,6 +816,8 @@ public final class BahnProvider extends AbstractHafasProvider
|
|||
return "RARZ" + number;
|
||||
if ("DWE".equals(type)) // Dessau-Wörlitzer Eisenbahn
|
||||
return "RDWE" + number;
|
||||
if ("DBG".equals(type)) // Döllnitzbahn GmbH
|
||||
return "RDBG" + number;
|
||||
|
||||
if (type.equals("S"))
|
||||
return "SS" + number;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue