line Regionalzug

git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@849 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach@gmail.com 2011-11-23 18:04:10 +00:00
parent 45d2f209ac
commit 538728c7c8

View file

@ -1059,6 +1059,8 @@ public abstract class AbstractEfaProvider extends AbstractNetworkProvider
return 'R' + type;
if ("KTB".equals(type)) // Kandertalbahn
return 'R' + type;
if ("Regionalzug".equals(type))
return 'R' + type;
if ("BSB".equals(type)) // Breisgau-S-Bahn
return 'S' + str;