Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions documentation/get-started/tutorials/get-started-qfs.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ To get a quick overview of the process, here is a list of typical steps:
2. Copy the QField package to the target device.
3. Go out and collect data.
4. Copy the modified data back to your desktop computer.
5. Synchronize the modified data with your database or files.
5. Synchronize the modified data with your local QField package or database.

## Installation

Before you get started with QField you will have to download the plugin through the plugin repository.
Before you get started with QField you will have to install the plugin through the plugin repository.

!!! Workflow

Expand Down Expand Up @@ -136,7 +136,7 @@ Please refer to [How to configure your attachment path](../../how-to/project-set

!!! Workflow

1. Direct to Vector Layer *Properties...* > *QField*.
1. Direct to *Vector Layer Properties...* > *QField*.

2. Under "Relationship Settings" set the "Maximum number of items visible".

Expand Down
22 changes: 0 additions & 22 deletions documentation/how-to/advanced-how-tos/movable-project.en.md

This file was deleted.

45 changes: 34 additions & 11 deletions documentation/how-to/project-setup/hiding-legend-nodes.en.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,43 @@
---
title: Data Source Configuration
title: Data Source & project paths
tx_slug: documentation_how-to_hiding-legend-nodes
---

# Data Source Configuration
:material-monitor: Desktop preparation
# Data Source & project paths

Frequently, you do not need to access the attributes of all the feature layers or view the value relation tables of your projects.
You can save and store your projects and layers in multiple ways and formats.
It is common best practice to save all your project related data in the same folder as the QGIS project unless you are making use of [shared datasets](../../how-to/advanced-how-tos/shared-datasets.md).
Furthermore, while working in a project with many domain tables etc. it may be preferable to hide some of the layers from the collector's eyes to make the user experience more manageable.

## Data source configuration

Often, you do not need to access the attributes of all the feature layers or view the value relation tables of your projects.
You can achieve that by setting the right "layer capabilities".

1. In the menu toolbar click on *Project* > *Properties...* > [*Data Sources*](https://docs.qgis.org/latest/en/docs/user_manual/introduction/qgis_configuration.html#data-sources-properties) <!-- markdown-link-check-disable-line -->
!!! Workflow

:material-monitor: Desktop preparation

1. In the menu toolbar click on *Project* > *Properties...* > [*Data Sources*](https://docs.qgis.org/latest/en/docs/user_manual/introduction/qgis_configuration.html#data-sources-properties) <!-- markdown-link-check-disable-line -->
!![Configuring Layers Data Sources](../../assets/images/hiding-legend-nodes.png)
- **Identifiable**: If unchecked the objects of the layer can no longer be identified in QGIS and QField
- **Read-Only**: If checked a layer can no longer be added, edited or deleted.
- **Searchable**: If checked the attributes of the layer can be found in the search bar and be accessed for expressions.
- **Required**: If checked the layer will always be visible and cannot be turned off by any user in the map canvas.
- **Private**: If checked the layer is hidden from the project's legend or layer tree.

## Relative Project path

It is a good practice to set all your file paths of your datasets and attachments to "relative" making your project easily transferrable.
To manually transfer and synchronize your QGIS project to QField or another client, you will need such a portable version of your QGIS project file (`.qgs`, `.qgz`).

!!! Workflow

:material-monitor: Desktop preparation

!![Configuring Layers Data Sources](../../assets/images/hiding-legend-nodes.png)
1. Direct to *Project* > *Properties* > *General*
2. Insure that the *Save paths* is set to *Relative*
!![Project Properties - Relative Project Path](../../assets/images/relative_project_path.png)
3. Insure also that all required data files are in the same folder as the QGIS project or in a subfolder.

- **Identifiable**: If unchecked the objects of the layer can no longer be identified in QGIS and QField
- **Read-Only**: If checked a layer can no longer be added, edited or deleted.
- **Searchable**: If checked the attributes of the layer can be found in the search bar and be accessed for expressions.
- **Required**: If checked the layer will always be visible and cannot be turned off by any user in the map canvas.
- **Private**: If checked the layer is hidden from the project's legend or layer tree.
You can learn more how to prepare your projects for fieldwork in [Get Started with QFieldCloud (recommended)](../../get-started/tutorials/get-started-qfc.md) or [Get Started with QFieldSync](../../get-started/tutorials/get-started-qfs.md) tutorials.
1 change: 0 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ nav:
- how-to/advanced-how-tos/variables.md
- how-to/advanced-how-tos/live-default-value.md
- how-to/advanced-how-tos/shared-datasets.md
- how-to/advanced-how-tos/movable-project.md
- how-to/advanced-how-tos/plugins.md
- how-to/advanced-how-tos/multilingual-projects.md
- Technical reference:
Expand Down