more lines

git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@14 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach 2010-07-19 23:23:32 +00:00
parent a2ec9a75e8
commit 8fb908bb0d

View file

@ -549,6 +549,8 @@ public class MvvProvider implements NetworkProvider
return "R" + line;
else if (line.startsWith("ICE "))
return "I" + line;
else if (line.startsWith("EC "))
return "I" + line;
else if (line.startsWith("CNL "))
return "I" + line;