mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-12 16:28:52 +00:00
line IXB
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@800 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
5584273fb4
commit
9a5f3b0757
1 changed files with 2 additions and 0 deletions
|
@ -662,6 +662,8 @@ public abstract class AbstractEfaProvider implements NetworkProvider
|
|||
return 'I' + name;
|
||||
if ("INT".equals(type)) // SVV
|
||||
return 'I' + name;
|
||||
if ("IXB".equals(type)) // ICE International
|
||||
return 'I' + name;
|
||||
|
||||
if (type.equals("IR")) // Interregio
|
||||
return 'R' + str;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue