Skip to content

Commit 30faab7

Browse files
committed
filtering features
1 parent 7a14850 commit 30faab7

12 files changed

Lines changed: 42 additions & 2 deletions

src/.vitepress/sidebar/en.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ export default {
111111
{ text: 'Synchronisation in Mergin Maps Mobile App', link: '/field/autosync/' },
112112
{ text: 'Measurement Tools', link: '/field/measure/' },
113113
{ text: 'Layers in Mergin Maps Mobile App', link: '/field/layers/' },
114+
{ text: 'Filtering Features', link: '/field/filtering/' },
114115
{ text: 'Map Sketching', link: '/field/map-sketching/' },
115116
{ text: 'Photo Sketching', link: '/field/photo-sketching/' },
116117
{ text: 'How to Add, Edit, Delete Features', link: '/field/mobile-features/' },

src/field/filtering/index.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
description: Add custom filters to sort and display only those features that you need during your field survey.
3+
---
4+
5+
# Filtering Features in Mergin Maps mobile app
6+
[[toc]]
7+
8+
Custom filters can be added to the <MobileAppNameShort /> to easily filter features displayed on the map as well as in the [survey layers](../layers/#browsing-features).
9+
10+
## Enable features filtering
11+
Features filtering needs to be enabled in QGIS
12+
13+
1. Open your <MainPlatformName /> project in QGIS and navigate to **Project** > **Properties**
14+
15+
2. In the <MainPlatformName /> tab, check the **Enable map sketching** option.
16+
17+
::: tip Plugin upgrade
18+
If you do not see this option in the **Project properties**, check for [plugin upgrades](../../setup/install-mergin-maps-plugin-for-qgis/#plugin-upgrade).
19+
:::
20+
21+
3. Click on the **Add filter** button and select a filter type from the list.
22+
![Enable map sketching in QGIS Mergin Maps project](./qgis-project-properties-enable-filtering.webp "Enable map sketching in QGIS Mergin Maps project")
23+
24+
4. Define the filter:
25+
- **Type**
26+
27+
5. Save the changes and synchronise your project
28+
29+
30+
31+
## Filtering features in the mobile app
1.09 MB
Loading
63.1 KB
Loading
Binary file not shown.

src/gis/features/index.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ If the map tip has `# image` marker on the first line, the following line is und
8282
## Background layers
8383
Various online and offline maps can be used as background layers for navigation during the field survey. You can find more information in [Background Maps](../settingup_background_map/).
8484

85+
## Map themes
86+
[Map Themes](../setup_themes/) make possible to switch between different background maps, combinations of visible layers or their styles both in QGIS and in <MobileAppName />.
8587

8688
## Project settings
8789
- Ensure the paths are set to *Relative* in the **General** tab in Project Properties. All paths to the project data in <MobileAppName /> are relative to the project location.
@@ -179,7 +181,9 @@ There is an option to define the order in which layers are displayed in the <Mob
179181

180182
![Layer order in QGIS Mergin Maps project](./project-layer-order.jpg "Layer order in QGIS Mergin Maps project")
181183

182-
### Map themes
183-
[Map Themes](../setup_themes/) make possible to switch between different background maps in <MobileAppName /> (e.g. cartography maps and aerial imagery)
184+
### Filtering features
185+
Filters for features in the <MobileAppNameShort /> can be enabled in the **<MainPlatformName />** tab in **Project properties**.
184186

187+
![Enable filtering in QGIS Mergin Maps project](./project-filtering.webp "Enable filtering in QGIS Mergin Maps project")
185188

189+
You can find more details about how this works in [Filtering Features](../../field/filtering/).
57 KB
Loading
341 KB
Binary file not shown.

src/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ The ecosystem consist of various components:
105105
- [Synchronisation in <MobileAppName />](./field/autosync/)
106106
- [Measurement Tools](./field/measure/)
107107
- [Layers in <MobileAppName />](./field/layers/)
108+
- [Filtering Features](./field/filtering/)
108109
- [Map Sketching in <MobileAppName />](./field/map-sketching/)
109110
- [Photo Sketching in <MobileAppName />](./field/photo-sketching/)
110111
- [How to Add, Edit, Delete Features](./field/mobile-features/)

src/manage/plugin/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
description: Create, set up and synchronise your Mergin Maps projects with Mergin Maps QGIS plugin. The plugin brings Mergin Maps functionalities to QGIS.
3+
4+
outline: deep
35
---
46

57
# Mergin Maps QGIS Plugin Overview
@@ -98,6 +100,7 @@ Some settings of your [<MainPlatformName /> project](../project/) can be done th
98100
- Enable [**Map sketching**](../../field/map-sketching/)
99101
- Set [**Layer order**](../../field/layers/#layer-order) for the <MobileAppNameShort />
100102
- Enable [**Photo sketching**](../../field/photo-sketching/) to annotate pictures in the <MobileAppNameShort />
103+
- Enable [**Filtering**](../../field/filtering) features in the <MobileAppNameShort />
101104

102105
![Mergin Maps Project Properties in QGIS](./qgis-mergin-maps-project-properties.jpg "Mergin Maps Project Properties in QGIS")
103106

0 commit comments

Comments
 (0)