mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-13 16:20:34 +00:00
more lines
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@522 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
c4872a245a
commit
13a1680011
2 changed files with 6 additions and 0 deletions
|
@ -467,6 +467,8 @@ public abstract class AbstractEfaProvider implements NetworkProvider
|
|||
return 'I' + str;
|
||||
if (type.equals("MT")) // Müller Touren, Schnee Express
|
||||
return 'I' + str;
|
||||
if (type.equals("HKX")) // Hamburg-Koeln-Express
|
||||
return 'I' + str;
|
||||
|
||||
if (type.equals("IR")) // Interregio
|
||||
return 'R' + str;
|
||||
|
|
|
@ -72,6 +72,8 @@ public class SeptaProvider extends AbstractHafasProvider
|
|||
// Subway
|
||||
if (ucType.equals("BSS"))
|
||||
return 'U';
|
||||
if (ucType.equals("BSL"))
|
||||
return 'U';
|
||||
if (ucType.equals("MFL"))
|
||||
return 'U';
|
||||
|
||||
|
@ -84,6 +86,8 @@ public class SeptaProvider extends AbstractHafasProvider
|
|||
// Bus
|
||||
if (ucType.equals("BUS"))
|
||||
return 'B';
|
||||
if (ucType.equals("TRO"))
|
||||
return 'B';
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue