You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the coordinate cursor is locked the new feature vertices shall be added at the current location point. If a user moves the map canvas so the current location is no longer visible, and the user adds vertices, one cannot be sure if the vertex has been added or not.
Reproduction steps
Steps to reproduce the behavior:
Open any project with line or polygon layer.
Select a line or polygon layer and go to editing mode.
Toggle the coordinate cursor to locked position.
Move the map canvas so the current location is not visible.
Click on the "Add vertex" button.
Expected behavior
Some kind of indication that adding vertex was successful. There are multiple approaches, I think they are all applicable::
QField can show the number of vertices that were already been added to the currently edited geometry
QField can show a toast message "Vertex #N has been added.". This might be annoying though.
QField can recenter the map to the current location if a vertex has been added and the current location is not visible.
I think 3. can solve the immediate issue and 1. is nice to have for further UX improvement.
Observed behavior
There is no indication that a vertex has been added.
Describe the issue
When the coordinate cursor is locked the new feature vertices shall be added at the current location point. If a user moves the map canvas so the current location is no longer visible, and the user adds vertices, one cannot be sure if the vertex has been added or not.
Reproduction steps
Steps to reproduce the behavior:
Expected behavior
Some kind of indication that adding vertex was successful. There are multiple approaches, I think they are all applicable::
I think 3. can solve the immediate issue and 1. is nice to have for further UX improvement.
Observed behavior
There is no indication that a vertex has been added.
Screenshots and GIFs
video_2024-12-06_10-22-36.mp4
In the video you can also observe the #5882 .
Versions
Any QField version up to 3.4.x, QGIS and QFieldSync are irrelevant.
Additional information
The text was updated successfully, but these errors were encountered: