This commit is contained in:
Andreas Schildbach 2016-06-03 20:12:28 +02:00
parent 0c0e1ad8a7
commit 7c79f55682
11 changed files with 61 additions and 20 deletions

View file

@ -91,14 +91,9 @@ 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 ("RE6a".equals(trainNum) && trainType == null && trainName == null)
return new Line(id, network, Product.REGIONAL_TRAIN, trainNum);
if (trainType == null && "SEV7".equals(trainNum))
return new Line(id, network, Product.BUS, trainNum);
if ("Zug".equals(longName))
return new Line(id, network, null, "Zug");
}
else if ("11".equals(mot))
{