mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-20 01:10:02 +00:00
fixed not showing 'all' departures in station details
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@71 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
03f042ad90
commit
48dff200a1
4 changed files with 7 additions and 4 deletions
|
@ -398,7 +398,7 @@ public class RmvProvider implements NetworkProvider
|
|||
uri.append("http://www.rmv.de/auskunft/bin/jp/stboard.exe/dox");
|
||||
uri.append("?input=").append(stationId);
|
||||
uri.append("&boardType=dep");
|
||||
uri.append("&maxJourneys=").append(maxDepartures != 0 ? maxDepartures : 12);
|
||||
uri.append("&maxJourneys=").append(maxDepartures != 0 ? maxDepartures : 50); // maximum taken from RMV site
|
||||
uri.append("&time=").append(TIME_FORMAT.format(now));
|
||||
uri.append("&date=").append(DATE_FORMAT.format(now));
|
||||
uri.append("&start=yes");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue