mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-13 16:20:34 +00:00
line INT
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@774 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
bc11748cfe
commit
94a0bc3e9d
1 changed files with 2 additions and 0 deletions
|
@ -652,6 +652,8 @@ public abstract class AbstractEfaProvider implements NetworkProvider
|
||||||
return 'I' + str;
|
return 'I' + str;
|
||||||
if ("Eurocity".equals(noTrainName)) // Liechtenstein
|
if ("Eurocity".equals(noTrainName)) // Liechtenstein
|
||||||
return 'I' + name;
|
return 'I' + name;
|
||||||
|
if ("INT".equals(type)) // SVV
|
||||||
|
return 'I' + name;
|
||||||
|
|
||||||
if (type.equals("IR")) // Interregio
|
if (type.equals("IR")) // Interregio
|
||||||
return 'R' + str;
|
return 'R' + str;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue