mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-17 21:49:51 +00:00
more lines
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@227 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
fa55d7274d
commit
e5fefd8c8e
5 changed files with 33 additions and 16 deletions
|
@ -631,12 +631,8 @@ public class OebbProvider extends AbstractHafasProvider
|
|||
return 'I';
|
||||
if (ucType.equals("TGD")) // TGV, Connections only?
|
||||
return 'I';
|
||||
if (ucType.equals("ECB")) // EC, Connections only?
|
||||
return 'I';
|
||||
if (ucType.equals("IRX")) // IC, Connections only?
|
||||
return 'I';
|
||||
if (ucType.equals("AIR")) // Connections only?
|
||||
return 'I';
|
||||
|
||||
if (ucType.equals("EZ")) // Erlebniszug
|
||||
return 'R';
|
||||
|
@ -664,12 +660,6 @@ public class OebbProvider extends AbstractHafasProvider
|
|||
return 'R';
|
||||
if (ucType.equals("WKD")) // Warszawska Kolej Dojazdowa, Polen
|
||||
return 'R';
|
||||
if (ucType.equals("IR")) // Polen
|
||||
return 'R';
|
||||
if (ucType.equals("OS")) // Chop-Cierna nas Tisou
|
||||
return 'R';
|
||||
if (ucType.equals("SP")) // Polen
|
||||
return 'R';
|
||||
if (ucType.equals("EX")) // Polen
|
||||
return 'R';
|
||||
if (ucType.equals("NEB")) // Kostrzyn-Berlin, via JSON API
|
||||
|
@ -826,8 +816,6 @@ public class OebbProvider extends AbstractHafasProvider
|
|||
|
||||
if (ucType.equals("SCH")) // Connections only?
|
||||
return 'F';
|
||||
if (ucType.equals("AS")) // SyltShuttle
|
||||
return 'F';
|
||||
if (ucType.equals("SCHIFF")) // via JSON API
|
||||
return 'F';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue