diff --git a/src/.vuepress/sidebar/en.js b/src/.vuepress/sidebar/en.js index 1eab706e..83594f62 100644 --- a/src/.vuepress/sidebar/en.js +++ b/src/.vuepress/sidebar/en.js @@ -92,10 +92,10 @@ module.exports = { '/field/offline-use/', '/field/external_gps', '/field/gps_accuracy', + '/field/tracking/', '/field/autosync/', '/field/layers/', '/field/input_features', - '/field/tracking/', '/field/reuse-last-values/', '/field/stake-out/', '/field/broken-project/', diff --git a/src/field/tracking/index.md b/src/field/tracking/index.md index e6534ec8..9a72c257 100644 --- a/src/field/tracking/index.md +++ b/src/field/tracking/index.md @@ -1,11 +1,11 @@ -# How to Use Tracking in Mergin Maps Mobile App - +# Position Tracking Position tracking is useful when you want to record your tracks during the field survey. This can help you know the extent of areas you have already surveyed in addition to the surveyed features. -## Set up tracking in QGIS project +## Set up position tracking in QGIS project + Tracking needs to be enabled in QGIS when [preparing your project](../../gis/features/#tracking). 1. Open your project in QGIS @@ -33,7 +33,7 @@ Enabled tracking means that a new line layer for tracking will be created in you You can add new fields as needed, however, they should be set up with automatically generated [default values](../../layer/settingup_forms_settings/#default-values) as will not open the form for manual inputs. You may use some of the QGIS functions, [extra position variables](../../layer/position_variables/) or [extra QGIS variables](../../layer/plugin-variables/). -## Using tracking in Mergin Maps mobile app +## Using position tracking in Mergin Maps mobile app To use tracking in the , make sure that you enabled tracking in the QGIS project's settings. diff --git a/src/index.md b/src/index.md index 8c06935d..24edee41 100644 --- a/src/index.md +++ b/src/index.md @@ -81,10 +81,10 @@ The ecosystem consist of various components: - [Offline Use of ](./field/external_gps/) - [External GPS](./field/external_gps/) - [GPS Accuracy](./field/gps_accuracy/) +- [Position Tracking](./field/tracking/) - [Synchronisation in ](./field/autosync/) - [Layers in ](./field/layers/) - [How to Add, Edit, Delete Features](./field/input_features/) -- [How to Use Tracking](./field/tracking/) - [How to Reuse Last Entered Values](./field/reuse-last-values/) - [How to Stake Out Points](./field/stake-out/) - [How to Fix a Broken Project](./field/broken-project/)