NVBW: 'RB' line

This commit is contained in:
Andreas Schildbach 2023-02-02 17:55:02 +01:00
parent 4e3520ecbb
commit 2752ae1e1f

View file

@ -83,6 +83,8 @@ public class NvbwProvider extends AbstractEfaProvider {
return new Line(id, network, null, "Zug");
if ("DB".equals(trainName) && trainNum == null)
return new Line(id, network, null, "DB");
if ("RB".equals(trainNum) && trainType == null)
return new Line(id, network, null, "RB");
} else if ("1".equals(mot)) {
if (symbol != null && symbol.equals(name)) {
final Matcher m = P_LINE_S_AVG_VBK.matcher(symbol);