mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-17 11:09:48 +00:00
more lines
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@658 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
7b5f1afd03
commit
5d6d496a35
6 changed files with 26 additions and 26 deletions
|
@ -797,6 +797,8 @@ public final class BahnProvider extends AbstractHafasProvider
|
|||
return "SDPN" + number;
|
||||
if (type.equals("WKD")) // Warszawska Kolej Dojazdowa (Warsaw Suburban Railway)
|
||||
return "SWKD" + number;
|
||||
if (type.equals("SE")) // S-Bahn Kopenhagen
|
||||
return "SE" + number;
|
||||
|
||||
if (type.equals("U"))
|
||||
return "UU" + number;
|
||||
|
@ -836,6 +838,8 @@ public final class BahnProvider extends AbstractHafasProvider
|
|||
return "BRFB" + type.substring(3) + number;
|
||||
if (type.equals("RNV")) // Rhein-Neckar-Verkehr GmbH - TODO aufteilen in Tram/Bus/Fähre
|
||||
return "BRNV" + number;
|
||||
if (type.equals("LTT"))
|
||||
return "BLTT" + number;
|
||||
|
||||
if (type.equals("Fähre"))
|
||||
return "F" + number;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue