mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-13 16:20:34 +00:00
lines
This commit is contained in:
parent
aa2920cff1
commit
cc257fb6ed
1 changed files with 4 additions and 0 deletions
|
@ -770,6 +770,10 @@ public abstract class AbstractEfaProvider extends AbstractNetworkProvider
|
|||
return 'I' + name;
|
||||
if ("SC".equals(type)) // SuperCity, Tschechien
|
||||
return 'I' + name;
|
||||
if ("ECB".equals(type)) // EC, Verona-München
|
||||
return 'I' + name;
|
||||
if ("ES".equals(type)) // Eurostar Italia
|
||||
return 'I' + name;
|
||||
|
||||
if (type.equals("IR")) // Interregio
|
||||
return 'R' + str;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue