mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-07 22:48:49 +00:00
more lines
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@14 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
a2ec9a75e8
commit
8fb908bb0d
1 changed files with 2 additions and 0 deletions
|
@ -549,6 +549,8 @@ public class MvvProvider implements NetworkProvider
|
||||||
return "R" + line;
|
return "R" + line;
|
||||||
else if (line.startsWith("ICE "))
|
else if (line.startsWith("ICE "))
|
||||||
return "I" + line;
|
return "I" + line;
|
||||||
|
else if (line.startsWith("EC "))
|
||||||
|
return "I" + line;
|
||||||
else if (line.startsWith("CNL "))
|
else if (line.startsWith("CNL "))
|
||||||
return "I" + line;
|
return "I" + line;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue