Description:
Implement the ability for users to choose the fusion point when combining two points.
Context:
Currently, the system automatically selects a fusion point, offering users no control over the process. This lack of control can lead to unintended outcomes and user dissatisfaction.
Proposed Solution:
Allow users to select the fusion point from the two clicked points,
User Story:
- User clicks two points for fusion.
- Verify if each point is at the line's end.
- Check if the points share identical coordinates within a 3-meter tolerance.
- Display a popup presenting the selected points and their deltas.
- Prompt the user to choose a point for fusion.
- Fuse the line using the selected point.
Requirements:
Description:
Implement the ability for users to choose the fusion point when combining two points.
Context:
Currently, the system automatically selects a fusion point, offering users no control over the process. This lack of control can lead to unintended outcomes and user dissatisfaction.
Proposed Solution:
Allow users to select the fusion point from the two clicked points,
User Story:
Requirements: