mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-18 16:29:51 +00:00
Poland
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@608 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
bafa81b8f5
commit
bb548b6adb
10 changed files with 460 additions and 48 deletions
|
@ -219,8 +219,6 @@ public class SbbProvider extends AbstractHafasProvider
|
|||
if (t != 0)
|
||||
return t;
|
||||
|
||||
if (ucType.equals("ICN")) // Intercity-Neigezug, Schweiz
|
||||
return 'I';
|
||||
if (ucType.equals("X")) // InterConnex
|
||||
return 'I';
|
||||
if (ucType.equals("ES")) // Eurostar Italia
|
||||
|
@ -235,12 +233,10 @@ public class SbbProvider extends AbstractHafasProvider
|
|||
return 'I';
|
||||
if (ucType.equals("TAL")) // Talgo, Spanien
|
||||
return 'I';
|
||||
if (ucType.equals("EM")) // Barcelona-Alicante, Spanien
|
||||
if (ucType.equals("EM")) // EuroMed, Barcelona-Alicante, Spanien
|
||||
return 'I';
|
||||
if (ucType.equals("FYR")) // Fyra, Amsterdam-Schiphol-Rotterdam
|
||||
return 'I';
|
||||
if (ucType.equals("ARZ")) // Frankreich, Nacht
|
||||
return 'I';
|
||||
|
||||
if (ucType.equals("D"))
|
||||
return 'R';
|
||||
|
@ -269,10 +265,6 @@ public class SbbProvider extends AbstractHafasProvider
|
|||
if (ucType.equals("MET")) // Lausanne
|
||||
return 'U';
|
||||
|
||||
if (ucType.equals("TRAM"))
|
||||
return 'T';
|
||||
if (ucType.equals("TRA"))
|
||||
return 'T';
|
||||
if (ucType.equals("M")) // Lausanne
|
||||
return 'T';
|
||||
if (ucType.equals("T"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue