VrrProvider: '3SEV' line.

This commit is contained in:
Andreas Schildbach 2018-10-21 19:36:57 +02:00
parent e632c3a48e
commit 4d5abd3b08

View file

@ -88,6 +88,8 @@ public class VrrProvider extends AbstractEfaProvider {
if (trainType == null && "SEV7".equals(trainNum)) if (trainType == null && "SEV7".equals(trainNum))
return new Line(id, network, Product.BUS, trainNum); return new Line(id, network, Product.BUS, trainNum);
if (trainType == null && "3SEV".equals(trainNum))
return new Line(id, network, Product.BUS, trainNum);
} else if ("11".equals(mot)) { } else if ("11".equals(mot)) {
// Wuppertaler Schwebebahn & SkyTrain D'dorf // Wuppertaler Schwebebahn & SkyTrain D'dorf
if ("Schwebebahn".equals(trainName) || (longName != null && longName.startsWith("Schwebebahn"))) if ("Schwebebahn".equals(trainName) || (longName != null && longName.startsWith("Schwebebahn")))