mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-13 16:20:34 +00:00
more lines
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@66 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
35e8d341ee
commit
d1827113ec
1 changed files with 4 additions and 0 deletions
|
@ -460,6 +460,10 @@ public class SbbProvider implements NetworkProvider
|
|||
return "I" + strippedLine;
|
||||
if (type.equals("rj")) // RailJet, Österreichische Bundesbahnen
|
||||
return "I" + strippedLine;
|
||||
if (type.equals("oec")) // ÖBB-EuroCity
|
||||
return "I" + strippedLine;
|
||||
if (type.equals("oic")) // ÖBB-InterCity
|
||||
return "I" + strippedLine;
|
||||
if (type.equals("r"))
|
||||
return "R" + strippedLine;
|
||||
if (type.equals("re"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue