From 1f4d08543cf821f43814a34196bc4f9581349082 Mon Sep 17 00:00:00 2001 From: Alexandra Date: Mon, 27 Apr 2026 12:15:05 +0200 Subject: [PATCH] add info about geopackage, update single and multiple select field types --- src/.vitepress/sidebar/en.js | 2 +- src/field/filtering/index.md | 12 ++++++------ src/index.md | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/.vitepress/sidebar/en.js b/src/.vitepress/sidebar/en.js index 43513154..3706b815 100644 --- a/src/.vitepress/sidebar/en.js +++ b/src/.vitepress/sidebar/en.js @@ -111,7 +111,7 @@ export default { { text: 'Synchronisation in Mergin Maps Mobile App', link: '/field/autosync/' }, { text: 'Measurement Tools', link: '/field/measure/' }, { text: 'Layers in Mergin Maps Mobile App', link: '/field/layers/' }, - { text: 'Feature Filtering', link: '/field/filtering/' }, + { text: 'Filtering', link: '/field/filtering/' }, { text: 'Map Sketching', link: '/field/map-sketching/' }, { text: 'Photo Sketching', link: '/field/photo-sketching/' }, { text: 'How to Add, Edit, Delete Features', link: '/field/mobile-features/' }, diff --git a/src/field/filtering/index.md b/src/field/filtering/index.md index b7679980..5707ddc4 100644 --- a/src/field/filtering/index.md +++ b/src/field/filtering/index.md @@ -2,7 +2,7 @@ description: Add custom filters to sort and display only those features that you need during your field survey. --- -# Feature Filtering in Mergin Maps Mobile App +# Filtering Features in Mergin Maps Mobile App [[toc]] Custom filters can be added to the to easily filter features displayed on the map as well as in the [survey layers](../layers/#browsing-features). @@ -12,7 +12,7 @@ You can read about this feature also on our blog , the filter types looks as follows: +In the , the filters look like this: ![Filter types in Mergin Maps mobile app](./mobile-filter-types.webp "Filter types in Mergin Maps mobile app") diff --git a/src/index.md b/src/index.md index e1c9272a..e771a7e3 100644 --- a/src/index.md +++ b/src/index.md @@ -105,7 +105,7 @@ The ecosystem consist of various components: - [Synchronisation in ](./field/autosync/) - [Measurement Tools](./field/measure/) - [Layers in ](./field/layers/) -- [Feature Filtering in ](./field/filtering/) +- [Filtering Features in ](./field/filtering/) - [Map Sketching in ](./field/map-sketching/) - [Photo Sketching in ](./field/photo-sketching/) - [How to Add, Edit, Delete Features](./field/mobile-features/)