mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-17 21:39:51 +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
|
@ -347,7 +347,8 @@ public class SbbProvider implements NetworkProvider
|
|||
|
||||
uri.append("http://fahrplan.sbb.ch/bin/bhftafel.exe/dox");
|
||||
uri.append("?start=");
|
||||
uri.append("&maxJourneys=").append(maxDepartures);
|
||||
if (maxDepartures != 0)
|
||||
uri.append("&maxJourneys=").append(maxDepartures);
|
||||
uri.append("&boardType=dep");
|
||||
uri.append("&productsFilter=1111111111000000");
|
||||
uri.append("&input=").append(stationId);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue