mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-12 20:08:49 +00:00
more lines
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@726 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
c04512856b
commit
afb23ab99e
2 changed files with 4 additions and 0 deletions
|
@ -982,6 +982,8 @@ public abstract class AbstractEfaProvider implements NetworkProvider
|
||||||
return 'B' + str;
|
return 'B' + str;
|
||||||
if ("SEV-Bus".equals(type))
|
if ("SEV-Bus".equals(type))
|
||||||
return 'B' + str;
|
return 'B' + str;
|
||||||
|
if ("Bex".equals(type)) // Bayern Express
|
||||||
|
return 'B' + str;
|
||||||
|
|
||||||
if (type.length() == 0)
|
if (type.length() == 0)
|
||||||
return "?";
|
return "?";
|
||||||
|
|
|
@ -211,6 +211,8 @@ public class RtProvider extends AbstractHafasProvider
|
||||||
if (t != 0)
|
if (t != 0)
|
||||||
return t;
|
return t;
|
||||||
|
|
||||||
|
if (ucType.equals("U70"))
|
||||||
|
return '?';
|
||||||
if (ucType.equals("X70"))
|
if (ucType.equals("X70"))
|
||||||
return '?';
|
return '?';
|
||||||
if (ucType.equals("T84"))
|
if (ucType.equals("T84"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue