mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-16 17:39:49 +00:00
fixed departures in the past
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@229 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
458a1a737d
commit
cbd3e42287
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ public class NasaProvider extends AbstractHafasProvider
|
|||
uri.append("?input=").append(stationId);
|
||||
uri.append("&boardType=dep");
|
||||
uri.append("&time=").append(TIME_FORMAT.format(now));
|
||||
uri.append("&selectDate=").append(DATE_FORMAT.format(now));
|
||||
uri.append("&date=").append(DATE_FORMAT.format(now));
|
||||
uri.append("&productsFilter=11111111");
|
||||
if (maxDepartures != 0)
|
||||
uri.append("&maxJourneys=").append(maxDepartures);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue