Skip to content
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

QgsGeometryValidator: Fix validation of LineString #56130

Conversation

lbartoletti
Copy link
Member

Description

The algorithm used seems to be false on some cases. Prefers the one from QgsGeometryUtilsBase.

Fixes #54022 and add tests

@lbartoletti lbartoletti added the Bug Either a bug report, or a bug fix. Let's hope for the latter! label Feb 1, 2024
@github-actions github-actions bot added this to the 3.36.0 milestone Feb 1, 2024
The algorithm used seems to be false on some cases.
Prefers the one from QgsGeometryUtilsBase.

Fixes qgis#54022
@lbartoletti lbartoletti force-pushed the bugfix_54022_qgsgeometryvalidator_segmentintersections branch from ec98bed to 7e41f21 Compare February 2, 2024 07:01
Copy link

github-actions bot commented Feb 2, 2024

🪟 Windows builds ready!

Windows builds of this PR are available for testing here. Debug symbols for this build are available here.

(Built from commit 7e41f21)

@lbartoletti lbartoletti self-assigned this Feb 6, 2024
@nyalldawson nyalldawson merged commit e36e48f into qgis:master Feb 7, 2024
30 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Buggy validation of closed QgsLineString
3 participants