git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@40 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach 2010-08-03 23:41:38 +00:00
parent 968b3582ad
commit 715d6b458e

View file

@ -552,6 +552,8 @@ public class MvvProvider implements NetworkProvider
return "B" + line;
else if (line.matches("N4\\d"))
return "B" + line;
else if (line.equals("Schienenersatzverkehr"))
return "BSEV";
else if (LINES.containsKey("T" + line))
return "T" + line;
else if (LINES.containsKey("S" + line))