mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-07 23:08:50 +00:00
Navitia: Use numTripsRequested for trip count attribute.
This commit is contained in:
parent
c1691a7e71
commit
574dd9c9a8
1 changed files with 2 additions and 2 deletions
|
@ -1016,8 +1016,8 @@ public abstract class AbstractNavitiaProvider extends AbstractNetworkProvider
|
|||
}
|
||||
|
||||
final StringBuilder queryUri = new StringBuilder(tripUri() + "journeys?" + "from=" + ParserUtils.urlEncode(fromString) + "&to="
|
||||
+ ParserUtils.urlEncode(toString) + "&datetime=" + dateString + "&datetime_represents=" + dateTimeRep + "&count=1"
|
||||
+ "&walking_speed=" + walkingSpeed + "&depth=0");
|
||||
+ ParserUtils.urlEncode(toString) + "&datetime=" + dateString + "&datetime_represents=" + dateTimeRep + "&count="
|
||||
+ this.numTripsRequested + "&walking_speed=" + walkingSpeed + "&depth=0");
|
||||
|
||||
if (options != null && options.contains(Option.BIKE))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue