mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-21 01:39:51 +00:00
AbstractHafasMobileProvider: Don't format LocMatch response.
This commit is contained in:
parent
0c944c2ebe
commit
0bcc9ce640
1 changed files with 1 additions and 1 deletions
|
@ -317,7 +317,7 @@ public abstract class AbstractHafasMobileProvider extends AbstractHafasProvider
|
|||
final String request = wrapJsonApiRequest("LocMatch",
|
||||
"{\"input\":{\"field\":\"S\",\"loc\":{\"name\":" + JSONObject.quote(checkNotNull(constraint).toString())
|
||||
+ ",\"meta\":false},\"maxLoc\":" + DEFAULT_MAX_LOCATIONS + "}}",
|
||||
true);
|
||||
false);
|
||||
|
||||
final HttpUrl url = checkNotNull(mgateEndpoint);
|
||||
final CharSequence page = httpClient.get(url, request, "application/json");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue