more lines

git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@726 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach@gmail.com 2011-07-11 09:47:32 +00:00
parent c04512856b
commit afb23ab99e
2 changed files with 4 additions and 0 deletions

View file

@ -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 "?";

View file

@ -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"))