Closed koebi closed 2 years ago
This problem seems to have existed for a bit…
I think the problem is that the query used for requesting pois is https://github.com/GIScience/openpoiservice/blob/0bc26a9f46b4e9972b90a3d446fe2ce5d842b72a/openpoiservice/server/api/query_builder.py#L76-L79
which does not include any information about categories.
When defining what to sort by, however, it tries to use the category
column from the query above, which does not exist:
I don't know how to fix this though…
Was fixed in #121.
This problem has been reported by a user in the ask-forum and can be reproduced via the playground:
Removing
sortby
or switching todistance
makes the problem disappear.