AbstractEfaProvider: 'RE1 (RRX)' line.

This commit is contained in:
Andreas Schildbach 2020-06-28 16:01:47 +02:00
parent f160beae51
commit 43be5696f5

View file

@ -992,6 +992,8 @@ public abstract class AbstractEfaProvider extends AbstractNetworkProvider {
return new Line(id, network, Product.REGIONAL_TRAIN, symbol);
if ("R-Bahn".equals(trainName))
return new Line(id, network, Product.REGIONAL_TRAIN, symbol);
if ("RE1 (RRX)".equals(trainNum))
return new Line(id, network, Product.REGIONAL_TRAIN, "RE1");
if ("RE5 (RRX)".equals(trainNum))
return new Line(id, network, Product.REGIONAL_TRAIN, "RE5");
if ("RE6 (RRX)".equals(trainNum))