VRR: 'RE11 (RRX)' line.

This commit is contained in:
Andreas Schildbach 2018-12-07 18:09:53 +01:00
parent d095b132b9
commit e6c27d125d

View file

@ -78,6 +78,8 @@ public class VrrProvider extends AbstractEfaProvider {
return new Line(id, network, Product.REGIONAL_TRAIN, symbol);
if ("NordWestBahn".equals(trainName) && symbol != null)
return new Line(id, network, Product.REGIONAL_TRAIN, symbol);
if ("RE11 (RRX)".equals(trainNum))
return new Line(id, network, Product.REGIONAL_TRAIN, "RE11");
if (trainType == null && "SEV7".equals(trainNum))
return new Line(id, network, Product.BUS, trainNum);