Skip to content

[visual-qa] EditVertex drag preview of GeometryCollection(CIRCULARSTRING) is chords not arcs #101

Description

@grootstebozewolf

Part of #68.

Observed

GEOMETRYCOLLECTION of CIRCULARSTRING: EditVertex drag shows a red chord preview (lines to adjacent controls), not the arc. A top-level CIRCULARSTRING / COMPOUNDCURVE already rubber-bands via CurveShapeWriter.

Cause: EditVertexTool.circularStringPreviewShape gates on getGeometryType() equal to CircularString or CompoundCurve. GeometryCollection fails the gate and falls through to adjVertices chords.

Expected

Drag preview of a GeometryCollection (or MultiCurve) that contains CircularString / CompoundCurve / ClothoidSegment uses CurveShapeWriter arcs, same as a bare CircularString.

Not

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions