more lines

git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@39 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach 2010-08-03 10:56:05 +00:00
parent 58b01862fc
commit 968b3582ad

View file

@ -562,7 +562,11 @@ public class MvvProvider implements NetworkProvider
return "R" + line;
else if (line.startsWith("RB "))
return "R" + line;
else if (line.startsWith("ALX "))
else if (line.startsWith("ALX ")) // Alex
return "R" + line;
else if (line.startsWith("BOB ")) // Bayerische Oberlandbahn
return "R" + line;
else if (line.startsWith("VBG ")) // Vogtlandbahn
return "R" + line;
else if (line.startsWith("ICE "))
return "I" + line;