From 87cfe4c4e8402815f73667e62c4636741f030d87 Mon Sep 17 00:00:00 2001 From: Johnny Sequeira Date: Sat, 20 Jan 2024 06:23:26 -0600 Subject: [PATCH 1/3] Added requirements for merging features --- documentation/how-to/digitize.en.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/documentation/how-to/digitize.en.md b/documentation/how-to/digitize.en.md index c13779c3f..bde2de74f 100644 --- a/documentation/how-to/digitize.en.md +++ b/documentation/how-to/digitize.en.md @@ -145,6 +145,19 @@ QField allows you to merge features and their geometries into a single feature. features on the map, select them in the features list and merge them by selecting the *Merge Selected Features* in the *Menu (⁝) Button*. +To execute polygon merging within QField, ensure the following conditions: + +1. **Editable Vector Layer:** + - The target layer must an editable layer. + +2. **Multi-Type Geometry:** + - Ensure that the geometry type of the layer is multi-type (like MultiPolygon). + +3. **Data Provider's Abilities:** + - Verify that the data provider associated with the layer (preferably GeoPackage) possesses the capability to: + - Modify geometries: The ability to make changes to existing geometrical structures. + - Delete features: The capability to remove individual features from the dataset. + ## Freehand digitizing The freehand digitizing mode allows you to "draw" lines and polygons From acb5ea9c2902343385e093bae80c6d089b4180ad Mon Sep 17 00:00:00 2001 From: Johnny Sequeira Date: Sat, 20 Jan 2024 08:18:27 -0600 Subject: [PATCH 2/3] Removed the only polygon merging text --- documentation/how-to/digitize.en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/how-to/digitize.en.md b/documentation/how-to/digitize.en.md index bde2de74f..e7b56b78c 100644 --- a/documentation/how-to/digitize.en.md +++ b/documentation/how-to/digitize.en.md @@ -145,13 +145,13 @@ QField allows you to merge features and their geometries into a single feature. features on the map, select them in the features list and merge them by selecting the *Merge Selected Features* in the *Menu (⁝) Button*. -To execute polygon merging within QField, ensure the following conditions: +To execute merging within QField, ensure the following conditions: 1. **Editable Vector Layer:** - The target layer must an editable layer. 2. **Multi-Type Geometry:** - - Ensure that the geometry type of the layer is multi-type (like MultiPolygon). + - Ensure that the geometry type of the layer is multi-type. 3. **Data Provider's Abilities:** - Verify that the data provider associated with the layer (preferably GeoPackage) possesses the capability to: From 4fca18569590830e8247a7444efa002314387b97 Mon Sep 17 00:00:00 2001 From: Johnny <77129293+SeqLaz@users.noreply.github.com> Date: Sat, 20 Jan 2024 11:59:36 -0600 Subject: [PATCH 3/3] Update documentation/how-to/digitize.en.md Co-authored-by: Matthias Kuhn --- documentation/how-to/digitize.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/how-to/digitize.en.md b/documentation/how-to/digitize.en.md index e7b56b78c..4e3caeaf2 100644 --- a/documentation/how-to/digitize.en.md +++ b/documentation/how-to/digitize.en.md @@ -148,7 +148,7 @@ the *Merge Selected Features* in the *Menu (⁝) Button*. To execute merging within QField, ensure the following conditions: 1. **Editable Vector Layer:** - - The target layer must an editable layer. + - The target layer must be an editable layer. 2. **Multi-Type Geometry:** - Ensure that the geometry type of the layer is multi-type.