Skip to content

Commit d580d32

Browse files
authored
Merge pull request #400 from MerginMaps/rename_position_tracking
renaming position tracking page
2 parents b25f5cd + 7c46143 commit d580d32

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/.vuepress/sidebar/en.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,10 @@ module.exports = {
9292
'/field/offline-use/',
9393
'/field/external_gps',
9494
'/field/gps_accuracy',
95+
'/field/tracking/',
9596
'/field/autosync/',
9697
'/field/layers/',
9798
'/field/input_features',
98-
'/field/tracking/',
9999
'/field/reuse-last-values/',
100100
'/field/stake-out/',
101101
'/field/broken-project/',

src/field/tracking/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# How to Use Tracking in Mergin Maps Mobile App
2-
<SinceBadge type="App" version="2.3.0" />
1+
# Position Tracking
32

43
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.
54

65
<YouTube id="64HXEb25D0Q" />
76

8-
## Set up tracking in QGIS project
7+
## Set up position tracking in QGIS project
8+
99
Tracking needs to be enabled in QGIS when [preparing your <MainPlatformName /> project](../../gis/features/#tracking).
1010

1111
1. Open your <MainPlatformName /> project in QGIS
@@ -33,7 +33,7 @@ Enabled tracking means that a new line layer for tracking will be created in you
3333

3434
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 <MobileAppName /> 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/).
3535

36-
## Using tracking in Mergin Maps mobile app
36+
## Using position tracking in Mergin Maps mobile app
3737

3838
To use tracking in the <MobileAppNameShort />, make sure that you enabled tracking in the QGIS project's settings.
3939

src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@ The ecosystem consist of various components:
8181
- [Offline Use of <MobileAppName />](./field/external_gps/)
8282
- [External GPS](./field/external_gps/)
8383
- [GPS Accuracy](./field/gps_accuracy/)
84+
- [Position Tracking](./field/tracking/)
8485
- [Synchronisation in <MobileAppName />](./field/autosync/)
8586
- [Layers in <MobileAppName />](./field/layers/)
8687
- [How to Add, Edit, Delete Features](./field/input_features/)
87-
- [How to Use Tracking](./field/tracking/)
8888
- [How to Reuse Last Entered Values](./field/reuse-last-values/)
8989
- [How to Stake Out Points](./field/stake-out/)
9090
- [How to Fix a Broken Project](./field/broken-project/)

0 commit comments

Comments
 (0)