Skip to content

Commit 214dca0

Browse files
committed
map annotations
1 parent d976c6e commit 214dca0

14 files changed

+63
-0
lines changed

src/.vitepress/sidebar/en.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ export default {
8989
{ text: 'Synchronisation in Mergin Maps Mobile App', link: '/field/autosync/' },
9090
{ text: 'Measurement Tools', link: '/field/measure/' },
9191
{ text: 'Layers in Mergin Maps Mobile App', link: '/field/layers/' },
92+
{ text: 'Map Annotations', link: '/field/map-annotations/' },
9293
{ text: 'How to Add, Edit, Delete Features', link: '/field/mobile-features/' },
9394
{ text: 'How to Reuse Last Entered Values', link: '/field/reuse-last-values/' },
9495
{ text: 'How to Stake Out Points', link: '/field/stake-out/' },

src/field/map-annotations/index.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
# Map Annotations in Mergin Maps Mobile App
2+
[[toc]]
3+
4+
Map annotations can be used to draw something on the map, in addition to the regular field collection of [features](../mobile-features/).
5+
6+
## Set up map annotations in QGIS project
7+
8+
Map annotations need to be enabled in QGIS when [preparing your <MainPlatformName /> project](../../gis/features/#map-annotations).
9+
10+
1. Open your <MainPlatformName /> project in QGIS
11+
2. Navigate to **Project** > **Properties**
12+
![QGIS Project Properties](../../gis/qgis-project-properties.jpg "QGIS Project Properties")
13+
14+
3. In the <MainPlatformName /> tab, check the **Enable map annotations layer** option.
15+
![Enable map annotations in QGIS Mergin Maps project](../../gis/features/project-map-annotations.jpg "Enable map annotations in QGIS Mergin Maps project")
16+
17+
You can also change the colour set to define the colours that will be available in the <MobileAppNameShort />.
18+
19+
4. Save the changes.
20+
21+
A new layer named `map_annotations_layer` will be added to the project. This layer is used to store the annotations.
22+
23+
5. Save and synchronise your project!
24+
25+
::: tip
26+
If you do not see this option in the **Project properties**, check for [plugin upgrades](../../setup/install-mergin-maps-plugin-for-qgis/#plugin-upgrade).
27+
:::
28+
29+
## Map annotations in the mobile app
30+
To use map annotations in the <MobileAppNameShort />, make sure they are [enabled in the project](#set-up-map-annotations-in-qgis-project).
31+
32+
1. Tap the **Map annotations** button
33+
![Map annotations button in Mergin Maps mobile app](./mobile-map-annotations-button.jpg "Map annotations button in Mergin Maps mobile app")
34+
35+
2. The **Annotations** bar appears.
36+
- Draw your annotations on the map by freehand or using a stylus.
37+
38+
You choose from 7 annotation colours. The colour set can be changed in the [project properties](#set-up-map-annotations-in-qgis-project) in QGIS.
39+
![Map annotations in Mergin Maps mobile app](./mobile-map-annotations.jpg "Map annotations in Mergin Maps mobile app")
40+
41+
- Made a mistake? Use the **Eraser** button to remove your annotations.
42+
![Erase map annotations in Mergin Maps mobile app](./mobile-map-annotations-eraser.jpg "Erase map annotations button in Mergin Maps mobile app")
43+
44+
4. Sync your changes to <MainPlatformNameLink />.
45+
46+
In QGIS, the annotations will be displayed in the `map_annotations_layer`.
47+
![Map annotations in Mergin Maps project in QGIS](./qgis-map-annotations.jpg "Map annotations in Mergin Maps project in QGIS")
48+
Loading
Binary file not shown.
Loading
Binary file not shown.
Loading
Binary file not shown.
Loading
Binary file not shown.

src/gis/features/index.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
outline: [1,3]
3+
---
4+
15
# QGIS Project Preparation
26
[[toc]]
37

@@ -95,6 +99,15 @@ Tracking your position when doing the field survey with <MobileAppName /> can be
9599

96100
You can read more about this functionality in [How to Use Tracking in Mergin Maps mobile app](../../field/tracking/).
97101

102+
### Map annotations
103+
<SinceBadge type="Plugin" version="2025.X" />
104+
105+
Map annotations for the <MobileAppNameShort /> can be enabled in the **<MainPlatformName />** tab in **Project properties**. Here, you can also set the colours that will be available for annotations.
106+
107+
![Enable map annotations in QGIS Mergin Maps project](./project-map-annotations.jpg "Enable map annotations in QGIS Mergin Maps project")
108+
109+
You can read more about this functionality in [Map Annotations](../../field/map-annotations/).
110+
98111
### Map themes
99112
[Map Themes](../setup_themes/) make possible to switch between different background maps in <MobileAppName /> (e.g. cartography maps and aerial imagery)
100113

142 KB
Loading
216 KB
Binary file not shown.

src/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ The ecosystem consist of various components:
8989
- [Synchronisation in <MobileAppName />](./field/autosync/)
9090
- [Measurement Tools](./field/measure/)
9191
- [Layers in <MobileAppName />](./field/layers/)
92+
- [Map Annotations in <MobileAppName />](./field/map-annotations/)
9293
- [How to Add, Edit, Delete Features](./field/mobile-features/)
9394
- [How to Reuse Last Entered Values](./field/reuse-last-values/)
9495
- [How to Stake Out Points](./field/stake-out/)

0 commit comments

Comments
 (0)