mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-18 16:29:51 +00:00
AbstractEfaProvider: 'Bürgerbus' line.
This commit is contained in:
parent
fa98ef4bbd
commit
ac26926ef8
4 changed files with 3 additions and 19 deletions
|
@ -1378,6 +1378,9 @@ public abstract class AbstractEfaProvider extends AbstractNetworkProvider {
|
|||
} else if ("17".equals(mot)) {
|
||||
if (trainNum == null && trainName != null && trainName.startsWith("Schienenersatz"))
|
||||
return new Line(id, network, Product.BUS, "SEV");
|
||||
} else if ("19".equals(mot)) {
|
||||
if ("Bürgerbus".equals(trainName) || "BürgerBus".equals(trainName))
|
||||
return new Line(id, network, Product.BUS, symbol);
|
||||
}
|
||||
|
||||
throw new IllegalStateException(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue