Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bbox does not work correctly #1665

Closed
ksonda opened this issue May 21, 2024 · 1 comment
Closed

bbox does not work correctly #1665

ksonda opened this issue May 21, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@ksonda
Copy link
Contributor

ksonda commented May 21, 2024

Description
The bbox filter appears to intersect the provided bbox with the bboxes of features in the queries collection, rather than the actual geometries of the feature collection

Steps to Reproduce
Steps to reproduce the behavior:

  1. Create a bbox a,b,c,d that is within the bbox of a test feature, but does not actually intersect the feature
  2. Query the collection/{collectionId}/items?bbox=a,b,c,d

Expected behavior
The test feature should not be returned

Screenshots/Tracebacks
https://geoapi.geoplatform.gov/collections/62e48e3e_c8e9_4d48_990b_44dbb8265dd0/items?bbox=-111.020099,44.956318,-110.953495,44.971865

from this bbox

image

@ksonda ksonda added the bug Something isn't working label May 21, 2024
@webb-ben
Copy link
Member

Same as #1666

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants