VVO: 'RB 71' line.

This commit is contained in:
Andreas Schildbach 2018-08-13 14:24:11 +02:00
parent 845e066be8
commit 634f82a514

View file

@ -66,6 +66,8 @@ public class VvoProvider extends AbstractEfaProvider {
return new Line(id, network, Product.REGIONAL_TRAIN, "U28");
if ("SB 71".equals(symbol)) // Städtebahn Sachsen
return new Line(id, network, Product.REGIONAL_TRAIN, "SB71");
if ("RB 71".equals(symbol))
return new Line(id, network, Product.REGIONAL_TRAIN, "RB71");
if ("Fernbus".equals(trainName) && trainNum == null)
return new Line(id, network, Product.BUS, trainName);