From 99e4f4011e9b7d1f89ede677055201b26aa4f129 Mon Sep 17 00:00:00 2001 From: Johnny Sequeira Date: Wed, 14 Aug 2024 12:50:21 -0600 Subject: [PATCH 1/2] Documenting QField capability to resume tracking sessions --- documentation/how-to/tracking.en.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/documentation/how-to/tracking.en.md b/documentation/how-to/tracking.en.md index dabb33bf5..70e3f1982 100644 --- a/documentation/how-to/tracking.en.md +++ b/documentation/how-to/tracking.en.md @@ -38,6 +38,9 @@ values entered in the form remembered across features. !!! note QField will skip the feature form step if the layer is configured to hide all attributes or if form has been set to hide on feature addition in the attribute form settings. This can streamline the process of starting tracking sessions. +!!! note + QField offers the capability to resume tracking sessions seamlessly, even if the application has been restarted or the device has been rebooted. This ensures continuity by allowing previously started tracking sessions to be reactivated without loss progress. + To prevent overlapping, you have the option to set a maximum distance tolerance between the last and next tracked point/vertices. This ensures that if the position exceeds this defined distance, it is considered as an erroneous entry. !![](../assets/images/maximum-distance-tolerance.png,550px) From 9b01cd927aa73d0846c4ce39c97aed68ee9c05b4 Mon Sep 17 00:00:00 2001 From: Johnny Sequeira Date: Thu, 29 Aug 2024 08:57:52 -0600 Subject: [PATCH 2/2] Moving the paragraph above the two notes --- documentation/how-to/tracking.en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/how-to/tracking.en.md b/documentation/how-to/tracking.en.md index 70e3f1982..3b0815189 100644 --- a/documentation/how-to/tracking.en.md +++ b/documentation/how-to/tracking.en.md @@ -35,14 +35,14 @@ from the recorded positions - will be create per tracking session. For point layers, a feature will be created for each recorded position, with attribute values entered in the form remembered across features. +To prevent overlapping, you have the option to set a maximum distance tolerance between the last and next tracked point/vertices. This ensures that if the position exceeds this defined distance, it is considered as an erroneous entry. + !!! note QField will skip the feature form step if the layer is configured to hide all attributes or if form has been set to hide on feature addition in the attribute form settings. This can streamline the process of starting tracking sessions. !!! note QField offers the capability to resume tracking sessions seamlessly, even if the application has been restarted or the device has been rebooted. This ensures continuity by allowing previously started tracking sessions to be reactivated without loss progress. -To prevent overlapping, you have the option to set a maximum distance tolerance between the last and next tracked point/vertices. This ensures that if the position exceeds this defined distance, it is considered as an erroneous entry. - !![](../assets/images/maximum-distance-tolerance.png,550px) ## Tracking underway