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