-
Notifications
You must be signed in to change notification settings - Fork 374
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
change in the result of polygon-line intersection from versions 3.8.1 to v3.9.0 #408
Comments
Thanks for the confirmation. And thanks for GEOS! |
This was referenced Feb 8, 2021
Closed
Fixed in JTS. |
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Apologies for not having a pure geos example. I observe a change in the result of a polygon-line intersection from geos versions 3.8.1 to 3.9.0. My shapely version is the same in both environments (1.7.1)
The intersection is
LINESTRING EMPTY
according to version 3.9.0, but isLINESTRING (-100 100, -100 -100)
according to version 3.8.1.I'm not entirely sure, is this a bugfix or a regression?
The text was updated successfully, but these errors were encountered: