mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-16 17:39:49 +00:00
VRR: 'Bürgerbus' line.
This commit is contained in:
parent
418b598f37
commit
9867152619
1 changed files with 3 additions and 0 deletions
|
@ -92,6 +92,9 @@ public class VrrProvider extends AbstractEfaProvider {
|
|||
// H-Bahn TU Dortmund
|
||||
if ("H-Bahn".equals(trainName) || (longName != null && longName.startsWith("H-Bahn")))
|
||||
return new Line(id, network, Product.CABLECAR, name);
|
||||
} else if ("11".equals(mot)) {
|
||||
if ("Bürgerbus".equals(trainName) || "BürgerBus".equals(trainName))
|
||||
return new Line(id, network, Product.BUS, symbol);
|
||||
}
|
||||
|
||||
return super.parseLine(id, network, mot, symbol, name, longName, trainType, trainNum, trainName);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue