mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-06 15:18:49 +00:00
VRR: Query for mot 14 and 16 if high speed train is enabled.
This commit is contained in:
parent
04f70e03b3
commit
3d294186bd
1 changed files with 3 additions and 0 deletions
|
@ -65,6 +65,9 @@ public class VrrProvider extends AbstractEfaProvider {
|
|||
for (final Product p : options.products) {
|
||||
if (p == Product.CABLECAR)
|
||||
url.addEncodedQueryParameter("inclMOT_11", "on"); // Schwebebahn
|
||||
if (p == Product.HIGH_SPEED_TRAIN)
|
||||
url.addEncodedQueryParameter("inclMOT_14", "on")
|
||||
.addEncodedQueryParameter("inclMOT_16", "on");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue