-
Notifications
You must be signed in to change notification settings - Fork 371
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
Prepared Contains mismatch with Contains #1007
Comments
Seems to require the double nesting to exercise the bug, both
and
work as variations on the second argument. |
@cuteDen-ECNU as a general proposition, every prepared variant should return the same as the non-prepared variant, I imagine there's a lot of possible issues hiding in that proposition. |
Tests expressed with
I thought this might be related to #982, but in fact in this case the
Further investigation is required. |
I agree with you. I am refining my tool to focus on this kind of issue. |
The problem is caused by this line in
This does not handle GeometryCollections which contain one element which itself contains multiple elements. A simple fix is to replace |
As reported at https://trac.osgeo.org/postgis/ticket/5634. The issue is in GEOS prepared geometry.
A test for
PreparedGeometryTest.cpp
:The text was updated successfully, but these errors were encountered: