more lines

git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@448 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach@gmail.com 2011-01-13 12:15:18 +00:00
parent 2ae3bff64b
commit 53b58f3306

View file

@ -716,6 +716,14 @@ public abstract class AbstractEfaProvider implements NetworkProvider
return 'R' + str; return 'R' + str;
if (type.equals("IL")) // Island Line, GB if (type.equals("IL")) // Island Line, GB
return 'R' + str; return 'R' + str;
if (type.equals("BR")) // ??, GB
return 'R' + str;
if (type.equals("OO")) // ??, GB
return 'R' + str;
if (type.equals("XX")) // ??, GB
return 'R' + str;
if (type.equals("XZ")) // ??, GB
return 'R' + str;
if (type.equals("DB-Zug")) // VRR if (type.equals("DB-Zug")) // VRR
return 'R' + name; return 'R' + name;
if (type.equals("Regionalexpress")) // VRR if (type.equals("Regionalexpress")) // VRR