mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-18 16:29:51 +00:00
Talgo line
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@469 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
38b82da65e
commit
86a14508ef
2 changed files with 4 additions and 2 deletions
|
@ -630,6 +630,8 @@ public abstract class AbstractHafasProvider implements NetworkProvider
|
|||
return "I" + normalizedName;
|
||||
if ("ALS".equals(normalizedType)) // Alaris, Spanien
|
||||
return "I" + normalizedName;
|
||||
if ("TAL".equals(normalizedType)) // Talgo, Spanien
|
||||
return "I" + normalizedName;
|
||||
if ("NZ".equals(normalizedType)) // Nacht-Zug
|
||||
return "I" + normalizedName;
|
||||
if ("FYR".equals(normalizedType)) // Fyra, Amsterdam-Schiphol-Rotterdam
|
||||
|
|
|
@ -242,6 +242,8 @@ public class SbbProvider extends AbstractHafasProvider
|
|||
return 'I';
|
||||
if (ucType.equals("AVE")) // Alta Velocidad Española, Spanien
|
||||
return 'I';
|
||||
if (ucType.equals("TAL")) // Talgo, Spanien
|
||||
return 'I';
|
||||
if (ucType.equals("EM")) // Barcelona-Alicante, Spanien
|
||||
return 'I';
|
||||
if (ucType.equals("FYR")) // Fyra, Amsterdam-Schiphol-Rotterdam
|
||||
|
@ -267,8 +269,6 @@ public class SbbProvider extends AbstractHafasProvider
|
|||
return 'R';
|
||||
if (ucType.equals("ARC")) // Spanien
|
||||
return 'R';
|
||||
if (ucType.equals("TAL")) // Spanien
|
||||
return 'R';
|
||||
if (ucType.equals("ATR")) // Spanien
|
||||
return 'R';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue