git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@786 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach@gmail.com 2011-09-18 12:35:11 +00:00
parent 246b6e1b48
commit 2b6090bdea

View file

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