Skip to content

Commit 59f0de6

Browse files
hefniraeraDelazJ
authored andcommitted
Add explanation for added fields using bullet list
1 parent d810900 commit 59f0de6

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

docs/user_manual/processing_algs/qgis/checkgeometry.rst

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -585,9 +585,17 @@ Outputs
585585
* - **Holes errors**
586586
- ``ERRORS``
587587
- [vector: point]
588-
- Output point layer representing the error locations and information
589-
(the ID and name of the input layer, the geometry part,
590-
ring and vertex index of the erroneous feature, x and y coordinates of the error).
588+
- Output point layer representing the error locations and information.
589+
Other than the input attributes, the output layer also contains the following fields:
590+
591+
- ``gc_layerid``: the ID of the input layer.
592+
- ``gc_layername``: the name of the input layer.
593+
- ``gc_partidx``: the index of the feature's geometry part containing the hole.
594+
- ``gc_ringidx``: the index of the feature's geometry ring containing the hole.
595+
- ``gc_vertidx``
596+
- ``gc_errorx``: the x coordinate of the centroid of the hole.
597+
- ``gc_errory``: the y coordinate of the centroid of the hole.
598+
- ``gc_error``
591599
* - **Polygon with holes**
592600
- ``OUTPUT``
593601
- [vector: polygon]

0 commit comments

Comments
 (0)