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