You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sorting features and values in the mobile app (#513)
* sorting features and values in the mobile app
* fix broken links
* Update src/gis/search_data.md
---------
Co-authored-by: Tomas Mizera <tomas.mizera@lutraconsulting.co.uk>
Copy file name to clipboardExpand all lines: src/field/layers/index.md
+20-2Lines changed: 20 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ The **Layers** button is located in the bottom navigation panel.
5
5
6
6
It provides the overview of layers and features in your <MainPlatformNameLink /> project in <MobileAppName />, as well as the option to turn the visibility of specific layers on/off or to see a layer's legend.
7
7
8
-

8
+

9
9
10
10
## Layers visibility
11
11
@@ -16,8 +16,26 @@ The visibility of layers on the map can be easily turned on and off by toggling
16
16

17
17
18
18
## Layers legend and features
19
-
Select a layer in the **Layers** panel to browse features and [search for attributes values](../../gis/search_data/#searching-for-values-in-mergin-maps-mobile-app). Tap on the record to zoom to the feature on the map and display its form.
19
+
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.
20
20
21
21
Swipe right or tap **Layer info** to see the layer's legend and to toggle on/off its visibility on the map.
22
22
23
23

24
+
25
+
## Browsing features
26
+
Attribute data can be browsed in the <MobileAppNameShort /> by tapping **Layers**.
27
+
28
+
In the **Layers** window, choose a layer or a table from the list to open the list of features.
29
+
30
+

31
+
32
+
Here, you can browse the features. The search bar can be used to shortlist matching records. The search looks up for a match in all searchable attributes values and is not case sensitive.
33
+
34
+
:::tip Sorting features and searching for field values
35
+
The way how features are sorted in the <MobileAppNameShort /> can be affected by [settings in the QGIS project](../../gis/search_data/).
36
+
:::
37
+
38
+
Tap on the record to zoom to the feature on the map and display its form.
39
+
40
+

0 commit comments