You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the past, a similar issue happened in a web app I was working on.
Solving the issue correct can be really difficult as multiple components are affected (databases, dependencies, core geometry stuff).
In the web app, this was solved by using a workaround which split the bbox in half at the overlap line.
But this requires the possibility to split the bbox in two halves internally and use it accordingly.
Describe the bug
Requesting features with a request containing a BBOX returns features which are not located inside the BBOX.
The behavior was detected with the reference implementation: http://cite.deegree.org/deegree-ogcapi-1.3/datasets/kitaeinrichtung/
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Only features located inside the BBOX shall be returned.
Additional context
This error was detected via the OGC CITE ETS using the code provided by this PR: opengeospatial/ets-ogcapi-features10#220
The text was updated successfully, but these errors were encountered: