Schwebebahn line

git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@470 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach@gmail.com 2011-01-29 17:36:06 +00:00
parent 86a14508ef
commit 510533d7d6

View file

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