Skip to content

Commit aac3c84

Browse files
authored
Iss 659 photo sketching, Iss 660 layer order (#677)
* photo sketching * layer order
1 parent e07d9cf commit aac3c84

19 files changed

Lines changed: 88 additions & 3 deletions

src/.vitepress/sidebar/en.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ export default {
9292
{ text: 'Measurement Tools', link: '/field/measure/' },
9393
{ text: 'Layers in Mergin Maps Mobile App', link: '/field/layers/' },
9494
{ text: 'Map Sketching', link: '/field/map-sketching/' },
95+
{ text: 'Photo Sketching', link: '/field/photo-sketching/' },
9596
{ text: 'How to Add, Edit, Delete Features', link: '/field/mobile-features/' },
9697
{ text: 'How to Reuse Last Entered Values', link: '/field/reuse-last-values/' },
9798
{ text: 'How to Stake Out Points', link: '/field/stake-out/' },

src/field/layers/index.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,27 @@ The visibility of layers on the map can be easily turned on and off by toggling
1919

2020
![Mergin Maps mobile app Layers visibility](./mobile-app-layers-off.jpg "Mergin Maps mobile app Layers visibility")
2121

22+
## Layer order
23+
By default, layers are listed in alphabetical order. If you want to follow the layer order of the QGIS project, you can do so in the [Project properties](../../gis/features/#layer-order):
24+
25+
1. Open your <MainPlatformName /> project in QGIS
26+
![Layer order setup in QGIS Mergin Maps project](./qgis-layer-order.jpg "Layer order setup in QGIS Mergin Maps project")
27+
28+
2. Navigate to **Project** > **Properties**
29+
![QGIS Project Properties](../../gis/qgis-project-properties.jpg "QGIS Project Properties")
30+
31+
3. In the <MainPlatformName /> tab, choose the sort method: *Alphabetical* or *QGIS layer order*.
32+
![Layer order setup in QGIS Mergin Maps project](../../gis/features/project-layer-order.jpg "Layer order setup in QGIS Mergin Maps project")
33+
34+
4. **Apply** the changes, save and synchronise your project.
35+
36+
5. Open the project in the <MobileAppNameShort />.
37+
38+
Depending on the setup, layers will be either listed alphabetically or based on the QGIS layer order:
39+
40+
![Layer order setup in Mergin Maps mobile app](./mobile-app-layer-order.jpg "Layer order setup in Mergin Maps mobile app")
41+
42+
2243
## Layers legend and features
2344
Select a layer in the **Layers** panel to browse features and [search for attributes values](#browsing-features). Tap on the record to zoom to the feature on the map and display its form.
2445

102 KB
Loading
457 KB
Binary file not shown.
249 KB
Loading
214 KB
Binary file not shown.
214 KB
Binary file not shown.

src/field/photo-sketching/index.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Photo Sketching
2+
3+
[[toc]]
4+
5+
Photo sketches can be used to annotate photos or pictures added to a feature, in addition to the regular field collection of [features](../mobile-features/) or [photos](../../layer/photos/).
6+
7+
:::warning Preview feature
8+
Photo sketching is a feature in preview. While it works for most devices and setups, you may encounter some issues.
9+
:::
10+
11+
## Enable photo sketching
12+
13+
<SinceBadge type="Plugin" version="2025.3.4" />
14+
15+
Photo sketching is disabled by default. To use it, it needs to be enabled in QGIS when [preparing your <MainPlatformName /> project](../../gis/features/#photo-sketching).
16+
17+
1. Open your <MainPlatformName /> project in QGIS
18+
2. Navigate to **Project** > **Properties**
19+
![QGIS Project Properties](../../gis/qgis-project-properties.jpg "QGIS Project Properties")
20+
21+
3. In the <MainPlatformName /> tab, check the **Enable photo sketching** option and **Apply** the changes.
22+
![Enable photo sketching in QGIS Mergin Maps project](../../gis/features/project-photo-sketching.jpg "Enable photo sketching in QGIS Mergin Maps project")
23+
24+
5. Save and synchronise your project!
25+
26+
::: tip
27+
If you do not see this option in the **Project properties**, check for [plugin upgrades](../../setup/install-mergin-maps-plugin-for-qgis/#plugin-upgrade).
28+
:::
29+
30+
## Photo sketching in the mobile app
31+
To use photo sketching in the <MobileAppNameShort />, make sure it is [enabled in the project](#enable-photo-sketching).
32+
33+
1. Open a form with a [photo widget](../../layer/photos/) for editing and tap the **Photo sketching** button.
34+
- Draw your sketches on the photo by freehand or using a stylus. You choose from 7 annotation colours.
35+
- Use the **Undo** button to revert the last changes.
36+
37+
![Photo sketching button in Mergin Maps mobile app](mobile-photo-sketching.jpg "Photo sketching button in Mergin Maps mobile app")
38+
39+
2. Use the **Done** button to finish sketching. The picture with sketches will be displayed in the form.
40+
41+
3. Save and synchronise the changes. A copy of the original picture with the sketches will be saved to <MainPlatformName />.
42+
476 KB
Loading
4.01 MB
Binary file not shown.

0 commit comments

Comments
 (0)