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

GET /search ignores intersects parameter #468

Closed
philvarner opened this issue Sep 30, 2022 · 0 comments · Fixed by #521
Closed

GET /search ignores intersects parameter #468

philvarner opened this issue Sep 30, 2022 · 0 comments · Fixed by #521
Assignees
Labels
bug Something isn't working
Milestone

Comments

@philvarner
Copy link
Collaborator

GET /search ignores the intersects parameter

e.g.,

http://localhost:8082/search?intersects={%27type%27:%20%27Polygon%27,%20%27coordinates%27:%20[[[100.0,%200.0],%20[101.0,%200.0],%20[101.0,%201.0],%20[100.0,%201.0],%20[100.0,%200.0]]]}

returns Items that are not in the polygon. This behavior is visible on the Planetary Computer.

POST with an intersects field works.

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

Successfully merging a pull request may close this issue.

2 participants