mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-21 01:39:51 +00:00
merge departures
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@797 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
36724057f8
commit
b242851cb4
1 changed files with 1 additions and 0 deletions
|
@ -1168,6 +1168,7 @@ public abstract class AbstractEfaProvider implements NetworkProvider
|
||||||
uri.append("&type_dm=stop&useRealtime=1&mode=direct");
|
uri.append("&type_dm=stop&useRealtime=1&mode=direct");
|
||||||
uri.append("&name_dm=").append(stationId);
|
uri.append("&name_dm=").append(stationId);
|
||||||
uri.append("&deleteAssignedStops_dm=").append(equivs ? '0' : '1');
|
uri.append("&deleteAssignedStops_dm=").append(equivs ? '0' : '1');
|
||||||
|
uri.append("&mergeDep=1"); // merge departures
|
||||||
if (maxDepartures > 0)
|
if (maxDepartures > 0)
|
||||||
uri.append("&limit=").append(maxDepartures);
|
uri.append("&limit=").append(maxDepartures);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue