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:
andreas.schildbach@gmail.com 2011-06-07 08:07:37 +00:00
parent f00c4dd4f0
commit b8e0e1babf
11 changed files with 11 additions and 11 deletions

View file

@ -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");