We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 the intersects parameter
intersects
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.
The text was updated successfully, but these errors were encountered:
gadomski
Successfully merging a pull request may close this issue.
GET /search ignores the
intersects
parametere.g.,
returns Items that are not in the polygon. This behavior is visible on the Planetary Computer.
POST with an intersects field works.
The text was updated successfully, but these errors were encountered: