-
Notifications
You must be signed in to change notification settings - Fork 109
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
Symbol Editor: Cannot remove coordinate pairs #2090
Comments
I think that this inability to remove coordinate pairs is related to the Curve property above. |
|
When adding a path point by clicking on the '+' button either a default point is appended to the path or an existing path point is duplicated. However, when duplicating an existing point, also the CurveStart property was duplicated which lead to two successive path points with a set CurveStart property although the next two path points following a CurveStart path point define the course of the curve and thus can't be a CurveStart path point itself. Resolves OpenOrienteering#2090
@mlerjen: thank you for reporting this issue. |
Current workaround: |
When adding a path point by clicking on the '+' button either a default point is appended to the path or an existing path point is duplicated. However, when duplicating an existing point, also the CurveStart property was duplicated which lead to two successive path points with a set CurveStart property although the next two path points following a CurveStart path point define the course of the curve and thus can't be a CurveStart path point itself. Closes OpenOrienteeringGH-2090 (Symbol Editor: Cannot remove coordinate pairs).
When adding a path point by clicking on the '+' button either a default point is appended to the path or an existing path point is duplicated. However, when duplicating an existing point, also the CurveStart property was duplicated which lead to two successive path points with the CurveStart property being set although the next two path points following a CurveStart path point define the course of the curve and thus can't be a CurveStart path point itself. Closes OpenOrienteeringGH-2090 (Symbol Editor: Cannot remove coordinate pairs).
I tested this with v20250105.2 Steps to reproduce:
and the inverse case
I think to be correct, we should re-evaluate the "deletability" of a selected point on every change in the curve start column. Right ?? |
v20250105.2 does not yet contain the fix as it's still a PR. The previous build is no longer available. |
Please test 20250108.1 |
Steps to reproduce
Actual behaviour
At certain coordinate pairs the minus-button is grayed out, for others it is not.
Expected behaviour
Minus button should be always on IMO.
Configuration
Mapper Version: Master v.20220316.2
Operating System: Windows7
The text was updated successfully, but these errors were encountered: