This commit is contained in:
Andreas Schildbach 2012-04-20 00:03:17 +02:00
parent 789cce3548
commit d270ead50c

View file

@ -732,6 +732,8 @@ public abstract class AbstractEfaProvider extends AbstractNetworkProvider
return 'I' + name;
if ("IXB".equals(type)) // ICE International
return 'I' + name;
if ("SC".equals(type)) // SuperCity, Tschechien
return 'I' + name;
if (type.equals("IR")) // Interregio
return 'R' + str;
@ -1141,6 +1143,8 @@ public abstract class AbstractEfaProvider extends AbstractNetworkProvider
return 'R' + type;
if ("Regionalzug".equals(type))
return 'R' + type;
if ("RR".equals(type)) // RR 371 Horehronec / RR 404 Vltava / RR 922 Josef Skupa
return 'R' + type;
if ("BSB".equals(type)) // Breisgau-S-Bahn
return 'S' + str;