git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@767 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach@gmail.com 2011-09-02 14:15:12 +00:00
parent 864c5b6f49
commit bb930d43a1

View file

@ -832,6 +832,8 @@ public abstract class AbstractEfaProvider implements NetworkProvider
return 'R' + str; return 'R' + str;
if (type.equals("SES")) // EGP - die Städtebahn GmbH if (type.equals("SES")) // EGP - die Städtebahn GmbH
return 'R' + str; return 'R' + str;
if (type.equals("SB")) // Städtebahn Sachsen
return 'R' + str;
if (type.equals("agi")) // agilis if (type.equals("agi")) // agilis
return 'R' + str; return 'R' + str;
if (type.equals("ag")) // agilis if (type.equals("ag")) // agilis