Skip to content

Commit 100f9b9

Browse files
authored
Merge pull request #517 from MerginMaps/iss_509-measurement-tools
add measurement tools
2 parents 0f36aaf + a8c247f commit 100f9b9

16 files changed

+43
-2
lines changed

src/.vuepress/sidebar/en.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ module.exports = {
9696
'/field/gps_accuracy/',
9797
'/field/tracking/',
9898
'/field/autosync/',
99+
'/field/measure/',
99100
'/field/layers/',
100101
'/field/mobile-features/',
101102
'/field/reuse-last-values/',

src/field/measure/index.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Measurement Tools
2+
[[toc]]
3+
4+
## Measure length and area in Mergin Maps mobile app
5+
In the <MobileAppNameShort />, it is possible to measure length and area on a map window. Measurement tools use the same units as are used by the QGIS project.
6+
7+
To open the measurement tools, tap the **More** button in the bottom navigation panel and use the **Measure** option.
8+
![Mergin Maps mobile app Measurement tools](./mobile-measure.jpg "Mergin Maps mobile app Measurement tools")
9+
10+
Use the **Add Point** button to add points along the line or area you want to measure
11+
- The *length* between added points is displayed in the **Measure** panel.
12+
- The current length is displayed near the crosshairs as you move them.
13+
- Use the **Undo** button to remove the last point.
14+
- To get the area, add the points along the shape. When you move the crosshairs close to the first point, you will see the **Close shape** option.
15+
16+
When finished with the measurements, tap the **Done** for length measurement or **Close shape** for area measurement. The values of *perimeter* and *area* will be displayed in the **Measure** panel.
17+
18+
![Mergin Maps mobile app measuring length and area](./mobile-measure-length-area.jpg "Mergin Maps mobile app measuring length and area")
19+
20+
Tap **Repeat** to start a new measurement.
21+
22+
Measured values are not saved.
23+
24+
## Changing measurement units in QGIS
25+
Units that are used when measuring in the <MobileAppNameShort /> are defined (and can be changed) in the project in QGIS:
26+
27+
1. Open your <MainPlatformName /> project in QGIS
28+
2. Navigate to the **General** tab in the **Project Properties**
29+
3. In the **Measurements** section, change the *Units for distance measurement* and *Units for area measurement* to the units you want to use when measuring length and area in the <MobileAppNameShort />
30+
4. Save and synchronise your project
31+
32+
For example, here we switched to length units to feet and area units to acres.
33+
34+
![QGIS length and area units setup](./qgis-project-properties-set-units.jpg "QGIS length and area units setup")
35+
36+
Now, the <MobileAppNameShort /> displays the length/the perimeter in feet and the area in acres.
37+
![Mergin Maps mobile app measuring length and area in feet and acres](./mobile-measure-length-area-ft-ac.jpg "Mergin Maps mobile app measuring length and area in feet and acres")
150 KB
Loading
Binary file not shown.
220 KB
Loading
1.21 MB
Binary file not shown.

src/field/measure/mobile-measure.jpg

108 KB
Loading

src/field/measure/mobile-measure.xcf

579 KB
Binary file not shown.
181 KB
Loading
Binary file not shown.

0 commit comments

Comments
 (0)