mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-18 00:09:55 +00:00
departures for Saarland
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@230 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
cbd3e42287
commit
1b8c97aa2d
5 changed files with 337 additions and 22 deletions
|
@ -605,8 +605,6 @@ public class OebbProvider extends AbstractHafasProvider
|
|||
return 'I';
|
||||
if (ucType.equals("AVE")) // Alta Velocidad Española, Spanien
|
||||
return 'I';
|
||||
if (ucType.equals("INZ")) // Schweden, Nacht, Connections only?
|
||||
return 'I';
|
||||
if (ucType.equals("NZ")) // Schweden, Nacht, via JSON API
|
||||
return 'I';
|
||||
if (ucType.equals("OZ")) // Schweden, Oeresundzug, Connections only?
|
||||
|
@ -625,14 +623,6 @@ public class OebbProvider extends AbstractHafasProvider
|
|||
return 'I';
|
||||
if (ucType.equals("UUU")) // Italien, Nacht, Connections only?
|
||||
return 'I';
|
||||
if (ucType.equals("RHI")) // ICE, Connections only?
|
||||
return 'I';
|
||||
if (ucType.equals("RHT")) // TGV, Connections only?
|
||||
return 'I';
|
||||
if (ucType.equals("TGD")) // TGV, Connections only?
|
||||
return 'I';
|
||||
if (ucType.equals("IRX")) // IC, Connections only?
|
||||
return 'I';
|
||||
|
||||
if (ucType.equals("EZ")) // Erlebniszug
|
||||
return 'R';
|
||||
|
@ -789,14 +779,10 @@ public class OebbProvider extends AbstractHafasProvider
|
|||
return 'B';
|
||||
if (ucType.equals("OBU")) // Connections only?
|
||||
return 'B';
|
||||
if (ucType.equals("AST"))
|
||||
return 'B';
|
||||
if (ucType.equals("ASTSV")) // via JSON API
|
||||
return 'B';
|
||||
if (ucType.equals("ICB")) // ÖBB ICBus
|
||||
return 'B';
|
||||
if (ucType.equals("FB")) // Polen, Connections only?
|
||||
return 'B';
|
||||
if (ucType.equals("BSV")) // Deutschland, Connections only?
|
||||
return 'B';
|
||||
if (ucType.equals("LT")) // Linien-Taxi, Connections only?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue