mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-18 16:29:51 +00:00
lots of new lines for JSON API
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@184 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
67d01e979c
commit
a4a779673e
2 changed files with 224 additions and 81 deletions
|
@ -753,7 +753,7 @@ public final class BahnProvider implements NetworkProvider
|
|||
return "RSB" + number;
|
||||
if (type.equals("LT"))
|
||||
return "RLT" + number;
|
||||
if (type.equals("CB")) // http://www.railfan.de/nebahn/morac.html
|
||||
if (type.equals("CB")) // City Bahn Chemnitz
|
||||
return "RCB" + number;
|
||||
if (type.equals("SWE")) // SWEG
|
||||
return "RSWE" + number;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue