git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@799 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach@gmail.com 2011-10-01 23:03:07 +00:00
parent b154b8a5c8
commit 5584273fb4

View file

@ -1051,6 +1051,8 @@ public abstract class AbstractEfaProvider implements NetworkProvider
return 'R' + type;
if ("DWE".equals(type)) // Dessau-Wörlitzer Eisenbahn
return 'R' + type;
if ("KTB".equals(type)) // Kandertalbahn
return 'R' + type;
if (type.equals("BSB")) // Breisgau-S-Bahn
return 'S' + str;