mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-17 06:49:50 +00:00
more lines
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@97 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
4b1f0bb5e7
commit
14fa1e122e
3 changed files with 18 additions and 1 deletions
|
@ -633,6 +633,8 @@ public final class VbbProvider implements NetworkProvider
|
|||
return "RBKB" + number;
|
||||
if (type.equals("Ausfl")) // Umgebung Berlin
|
||||
return "RAusfl" + number;
|
||||
if (type.equals("PKP")) // Polen
|
||||
return "RPKP" + number;
|
||||
if (type.equals("S"))
|
||||
return "SS" + number;
|
||||
if (type.equals("U"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue