mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-17 15:49:48 +00:00
always disable equivs because equiv station cannot be parsed anyway
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@677 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
f00c4dd4f0
commit
b8e0e1babf
11 changed files with 11 additions and 11 deletions
|
@ -500,7 +500,7 @@ public final class BahnProvider extends AbstractHafasProvider
|
|||
uri.append(API_BASE).append("bhftafel.exe/dn");
|
||||
uri.append("?productsFilter=").append(allProductsString());
|
||||
uri.append("&boardType=dep");
|
||||
uri.append("&disableEquivs=").append(equivs ? "no" : "yes"); // don't use nearby stations
|
||||
uri.append("&disableEquivs=yes"); // don't use nearby stations
|
||||
uri.append("&maxJourneys=50"); // ignore maxDepartures because result contains other stations
|
||||
uri.append("&start=yes");
|
||||
uri.append("&L=vs_java3");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue