mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-06 15:18:49 +00:00
NVBW: 'RB' line
This commit is contained in:
parent
4e3520ecbb
commit
2752ae1e1f
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue