Lock Coordinate Cursor to loaction option. #4408
Replies: 3 comments 2 replies
-
You can record the @position_source_name in a data field and use constraints to warn the user the cursor is not locked to the current position (Orange Form) or block the recording by checking "Enforce expression constraint" (Red Form). Something like "Your Field Name" <> 'manual' as the constraint expression works for this. |
Beta Was this translation helpful? Give feedback.
-
Hi there, can I ask if you created a solution for this? I'm struggling with adding an enforced constraint to one of the fields in the attribute table. |
Beta Was this translation helpful? Give feedback.
-
You would need to use a text field in your table with a default value expression of @position_source_name for this to work. Android devices will return either "android" when the cursor is locked or "manual" when the cursor is unlocked. |
Beta Was this translation helpful? Give feedback.
-
Currently the "Lock coordinate cursor" button is easy to enable/disable and so also easy to disable accidentally. This has been a problem for new qfield users and has caused problems multiple times now.
Could it be possible to add and option in the options menu to permanently lock the coordinate cursor while the option is on?
This would help a lot.
Beta Was this translation helpful? Give feedback.
All reactions