-
Notifications
You must be signed in to change notification settings - Fork 100
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
Allow intersects search to use GeometryCollection #548
Allow intersects search to use GeometryCollection #548
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should include a unit test for both backends and a CHANGELOG entry.
8231715
to
229bcd3
Compare
… made with a GeometryCollection type to the 'intersects' query without raising a 400 error; has not been tested to show that the intersection is correct
229bcd3
to
f97bc49
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will need to be updated to have a no-backend test, if possible.
Not really — since it's just adding a type to a
FYSA @jpolchlo isn't working the project that was using this repo anymore, so he may not have bandwidth to fix (in case he doesn't respond). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great
Related Issue(s):
Closes #187
Description:
An apparent oversight omitted GeometryCollection from the list of valid geometry types for intersection queries. This PR remedies this.
PR Checklist:
pre-commit
hooks pass locallymake test
)make docs
)