-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Some tools incorretly handle curve geometry and segmentize it, even for layers that supports curved geometry. #54386
Comments
Same issue with other tools. |
This issue is fixed with #53895 Ping @lbartoletti for discussion, to maybe see if some behaviors described here with tools and processings are like this on purpose or not... |
Fixed in the latest master (ae45e66). Please reopen if necessary. |
Do we need to file another ticket for this problem? It is still present in 3.34.1 (sorry, can't test 3.34.2 right now). |
It doesn't look like Issue 2 was ever solved (specifically, the Reshape Feature bug). I can reproduce it on 3.40.2. Can this issue be reopened, or does another ticket need to be filed? I can reproduce with the exact steps in the first post. Thank you. |
I think it would be more effective to open a new issue. |
This is a problem in geos which requires a larger undertaking to be fixed. If someone wants to support this initiative, please get in touch. |
Looks unrelated |
@m-kuhn this issue report contains actually 2 reported issue and a 3rd one in a comment. While the 1st issue has been allegedly fixed, the 2nd (and probably also the 3rd) one still occurs. |
What is the bug or the crash?
It seems that curves are not correctly handled in some tools from Advanced Digitizing Toolbar. For example:
Issue 1: When layer have gometry type of CurvePolygon but feature have simple polygon geometry, then adding ring with curve automatically segmentize this curve into lines. For feature that have geometry with curve this adding curved ring works correctly.
Issue 2: Using "Reshape Feature" and "Offet Curve" also segmentize existing geometry into lines but other tools seems to work ok (vertex tool, move, rotate, scale, trim/extend).
Steps to reproduce the issue
Issue 1:
Issue 2:
Edit 1:
Edit 2:
Using "OffsetCurve" also segmentize features
Versions
checked on 3.24.2 and 3.32.1
Supported QGIS version
New profile
Additional context
No response
The text was updated successfully, but these errors were encountered: