-
Notifications
You must be signed in to change notification settings - Fork 347
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
Geometry->difference() crashes #290
Comments
|
Looks like it was already fixed, 2 weeks after release of 3.8.0 at 3fc6528 |
|
Good that it is fixed. A unit test would be nice (which should be easy to provide in XML). |
|
Tests are done and in PRs, will merge when CI gives me a thumbs up. |
|
Tests are in 3.8 and master now, next patch release will have this fix. |
|
Link for reference https://trac.osgeo.org/geos/ticket/1018 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I originally opened this issue in gdal repository, but it turns out to be a geos error.
So open it here.
With the following code I expect to get the difference between two geometries
Instead I get the following error:
which happens in this vector access
Steps to reproduce the problem.
Compile the following code with geos 3.8.0.
Operating system
Ubuntu 18.04.2 LTS 64 bit
GEOS version
Self compiled GEOS 3.8.0.
The text was updated successfully, but these errors were encountered: