Skip to content

Commit

Permalink
Merge branch 'master' into kill_sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
suricactus authored Sep 18, 2024
2 parents c6cb5f9 + 676ad4b commit 2e7413f
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
2 changes: 2 additions & 0 deletions documentation/how-to/gnss.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ To obtain precise altitude data for Cadastral Surveying in Switzerland, users ca
Following the download, users are advised to perform a conversion of the file labeled `chgeo04_htrans_lv95.agr` to `chgeo04_htrans_lv95.gtx`.
The QGIS processing algorithm `gdal:translate` (convert format) can be used for that.

!![](../assets/images/vertical_grid_selection_in_qfield_settings.png,350px)

## Usage
:material-tablet: Fieldwork

Expand Down
8 changes: 8 additions & 0 deletions documentation/how-to/search.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ start the search.

!![](../assets/images/search-bar.png)

### Active Layer Search Feature Matching

The active layer search functionality enhances search efficiency by focusing exclusively on the currently active layer and specific fields within it.

To start a search, simply type `f` followed by your search term. This helps you quickly find items by searching only the active layer. It scans feature names and all text and number fields for matches. When it finds one, both the attribute's name and value are highlighted. You'll also see the feature's name in the search results below. To narrow down your search to a specific field, type: `f @ATTRIBUTE_NAME search-term`. This targets your search to that field.

![type:video](../assets/videos/search-bar-active-layer-feature-matching-functionality.webm)

### Search with code scanner

Additionally, you have the option to employ the code scan functionality for this purpose.
Expand Down
5 changes: 4 additions & 1 deletion documentation/how-to/tracking.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,13 @@ from the recorded positions - will be create per tracking session. For point
layers, a feature will be created for each recorded position, with attribute
values entered in the form remembered across features.

To prevent overlapping, you have the option to set a maximum distance tolerance between the last and next tracked point/vertices. This ensures that if the position exceeds this defined distance, it is considered as an erroneous entry.

!!! note
QField will skip the feature form step if the layer is configured to hide all attributes or if form has been set to hide on feature addition in the attribute form settings. This can streamline the process of starting tracking sessions.

To prevent overlapping, you have the option to set a maximum distance tolerance between the last and next tracked point/vertices. This ensures that if the position exceeds this defined distance, it is considered as an erroneous entry.
!!! note
QField offers the capability to resume tracking sessions seamlessly, even if the application has been restarted or the device has been rebooted. This ensures continuity by allowing previously started tracking sessions to be reactivated without loss progress.

!![](../assets/images/maximum-distance-tolerance.png,550px)

Expand Down

0 comments on commit 2e7413f

Please sign in to comment.