line N117

git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@56 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach 2010-08-10 08:36:20 +00:00
parent 9aaded2eaa
commit cc0b249157

View file

@ -557,6 +557,8 @@ public class MvvProvider implements NetworkProvider
return "B" + line;
else if (line.matches("N4\\d"))
return "B" + line;
else if (line.equals("N117")) // Ersatzbus für N17
return "BN117";
else if (line.equals("Schienenersatzverkehr"))
return "BSEV";
else if (LINES.containsKey("T" + line))