mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-09 19:48:48 +00:00
don't show departures of nearby stations
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@110 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
7373eb8e14
commit
a461b37236
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ public class SncbProvider implements NetworkProvider
|
|||
uri.append("&boardType=dep");
|
||||
uri.append("&maxJourneys=").append(maxDepartures != 0 ? maxDepartures : 50); // maximum taken from SNCB site
|
||||
uri.append("&productsFilter=1:1111111111111111");
|
||||
uri.append("&disableEquivs=yes"); // don't use nearby stations
|
||||
uri.append("&start=yes");
|
||||
return uri.toString();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue