mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-08 10:28:50 +00:00
lines
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@757 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
78ed2a4075
commit
b9fda5fd27
1 changed files with 6 additions and 0 deletions
|
@ -647,6 +647,8 @@ public abstract class AbstractEfaProvider implements NetworkProvider
|
|||
return 'I' + str;
|
||||
if (type.equals("DNZ")) // Nachtzug Basel-Moskau
|
||||
return 'I' + str;
|
||||
if ("Eurocity".equals(noTrainName)) // Liechtenstein
|
||||
return 'I' + name;
|
||||
|
||||
if (type.equals("IR")) // Interregio
|
||||
return 'R' + str;
|
||||
|
@ -932,6 +934,10 @@ public abstract class AbstractEfaProvider implements NetworkProvider
|
|||
return 'R' + name;
|
||||
if ("Chiemsee-Bahn".equals(type))
|
||||
return 'R' + name;
|
||||
if ("Regionalzug".equals(noTrainName)) // Liechtenstein
|
||||
return 'R' + name;
|
||||
if ("RegionalExpress".equals(noTrainName)) // Liechtenstein
|
||||
return 'R' + name;
|
||||
|
||||
if (type.equals("BSB")) // Breisgau-S-Bahn
|
||||
return 'S' + str;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue