mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-13 08:10:46 +00:00
Schwebebahn line
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@470 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
86a14508ef
commit
510533d7d6
1 changed files with 2 additions and 0 deletions
|
@ -817,6 +817,8 @@ public final class BahnProvider extends AbstractHafasProvider
|
|||
return "TRT" + number;
|
||||
if (type.equals("Schw")) // Schwebebahn, gilt als "Straßenbahn besonderer Bauart"
|
||||
return "TSchw" + number;
|
||||
if (line.equals("SCHW-B")) // Schwebebahn
|
||||
return "TSchwebebahn";
|
||||
|
||||
if (type.equals("BUS"))
|
||||
return "BBUS" + number;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue