AbstractHafasClientInterfaceProvider: Pass 'getPasslist' again for querying trips, otherwise intermediate stops could be missing.

This commit is contained in:
Andreas Schildbach 2018-10-30 10:50:01 +01:00
parent d2fe93b16a
commit ddb011c9e4

View file

@ -453,7 +453,7 @@ public abstract class AbstractHafasClientInterfaceProvider extends AbstractHafas
+ "\"jnyFltrL\":[{\"value\":\"" + jnyFltr + "\",\"mode\":\"BIT\",\"type\":\"PROD\"}]," //
+ "\"gisFltrL\":[{\"mode\":\"FB\",\"profile\":{\"type\":\"F\",\"linDistRouting\":false,\"maxdist\":2000},\"type\":\"M\",\"meta\":\""
+ meta + "\"}]," //
+ "\"getPolyline\":false,\"getIST\":false,\"getEco\":false,\"extChgTime\":-1}", //
+ "\"getPolyline\":false,\"getPasslist\":true,\"getIST\":false,\"getEco\":false,\"extChgTime\":-1}", //
false);
final HttpUrl url = requestUrl(request);