Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/.vuepress/sidebar/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -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/',
Expand Down
8 changes: 4 additions & 4 deletions src/field/tracking/index.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# How to Use Tracking in Mergin Maps Mobile App
<SinceBadge type="App" version="2.3.0" />
# 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.

<YouTube id="64HXEb25D0Q" />

## Set up tracking in QGIS project
## Set up position tracking in QGIS project

Tracking needs to be enabled in QGIS when [preparing your <MainPlatformName /> project](../../gis/features/#tracking).

1. Open your <MainPlatformName /> project in QGIS
Expand Down Expand Up @@ -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 <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/).

## Using tracking in Mergin Maps mobile app
## Using position tracking in Mergin Maps mobile app

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

Expand Down
2 changes: 1 addition & 1 deletion src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ The ecosystem consist of various components:
- [Offline Use of <MobileAppName />](./field/external_gps/)
- [External GPS](./field/external_gps/)
- [GPS Accuracy](./field/gps_accuracy/)
- [Position Tracking](./field/tracking/)
- [Synchronisation in <MobileAppName />](./field/autosync/)
- [Layers in <MobileAppName />](./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/)
Expand Down