mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-13 16:20:34 +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')
|
||||
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
|
||||
if (!hasI)
|
||||
uri.append("&lineRestriction=403"); // means: all but ice
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue