git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@775 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach@gmail.com 2011-09-11 20:06:11 +00:00
parent 94a0bc3e9d
commit f35d27ad20

View file

@ -1035,6 +1035,10 @@ public abstract class AbstractEfaProvider implements NetworkProvider
return 'R' + type;
if ("Pressnitztalbahn".equals(type)) // Bayern
return 'R' + type;
if ("Regental".equals(type)) // Bayern
return 'R' + type;
if ("Döllnitzbahn".equals(type)) // Bayern
return 'R' + type;
if ("Schneeberg".equals(type)) // VOR
return 'R' + type;