mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-19 08:49:58 +00:00
more lines
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@429 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
29fd4249eb
commit
b2fa1f496d
1 changed files with 12 additions and 0 deletions
|
@ -800,6 +800,14 @@ public class OebbProvider extends AbstractHafasProvider
|
|||
return 'R';
|
||||
if (ucType.equals("P")) // Kasbachtalbahn, via JSON API
|
||||
return 'R';
|
||||
if (ucType.equals("SBS")) // Städtebahn Sachsen, via JSON API
|
||||
return 'R';
|
||||
if (ucType.equals("AG")) // Ingolstadt-Landshut, via JSON API
|
||||
return 'R';
|
||||
if (ucType.equals("TLX")) // Trilex (Vogtlandbahn), via JSON API
|
||||
return 'R';
|
||||
if (ucType.equals("BE")) // Grensland-Express, via JSON API
|
||||
return 'R';
|
||||
|
||||
if (ucType.equals("RSB")) // Schnellbahn Wien
|
||||
return 'S';
|
||||
|
@ -850,6 +858,8 @@ public class OebbProvider extends AbstractHafasProvider
|
|||
return 'F';
|
||||
if (ucType.equals("F")) // Fähre
|
||||
return 'F';
|
||||
if (ucType.equals("FÄHRE")) // via JSON API
|
||||
return 'F';
|
||||
|
||||
if (ucType.equals("SB")) // Connections only?
|
||||
return 'C';
|
||||
|
@ -859,6 +869,8 @@ public class OebbProvider extends AbstractHafasProvider
|
|||
return 'C';
|
||||
if (ucType.equals("SSB")) // Graz Schlossbergbahn
|
||||
return 'C';
|
||||
if (ucType.equals("HBB")) // Innsbruck Hungerburgbahn, via JSON API
|
||||
return 'C';
|
||||
|
||||
if (ucType.equals("FLUG")) // via JSON API
|
||||
return 'I';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue