mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-14 00:30:31 +00:00
fixed included 'other' products way too many times
This commit is contained in:
parent
d24b1fc567
commit
b43a74a079
1 changed files with 2 additions and 2 deletions
|
@ -1707,10 +1707,10 @@ public abstract class AbstractEfaProvider extends AbstractNetworkProvider
|
||||||
|
|
||||||
if (p == 'C')
|
if (p == 'C')
|
||||||
uri.append("&inclMOT_8=on");
|
uri.append("&inclMOT_8=on");
|
||||||
|
|
||||||
uri.append("&inclMOT_11=on"); // TODO always show 'others', for now
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
uri.append("&inclMOT_11=on"); // TODO always show 'others', for now
|
||||||
|
|
||||||
// workaround for highspeed trains: fails when you want highspeed, but not regional
|
// workaround for highspeed trains: fails when you want highspeed, but not regional
|
||||||
if (!hasI)
|
if (!hasI)
|
||||||
uri.append("&lineRestriction=403"); // means: all but ice
|
uri.append("&lineRestriction=403"); // means: all but ice
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue