mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-18 08:19:51 +00:00
AbstractEfaProvider: Include mot 13 if regional train is requested in appendTripRequestParameters().
This commit is contained in:
parent
2f33051524
commit
44832a6efe
5 changed files with 3 additions and 5 deletions
|
@ -2023,6 +2023,9 @@ public abstract class AbstractEfaProvider extends AbstractNetworkProvider {
|
|||
hasI = true;
|
||||
}
|
||||
|
||||
if (p == Product.REGIONAL_TRAIN)
|
||||
url.addEncodedQueryParameter("inclMOT_13", "on");
|
||||
|
||||
if (p == Product.SUBURBAN_TRAIN)
|
||||
url.addEncodedQueryParameter("inclMOT_1", "on");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue