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:
andreas.schildbach 2010-09-23 17:55:25 +00:00
parent 67d01e979c
commit a4a779673e
2 changed files with 224 additions and 81 deletions

View file

@ -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;