Skip to content

Commit

Permalink
Update "Filter vertices by M value" and "Filter vertices by Z value" …
Browse files Browse the repository at this point in the history
…algs docs (#8885)
  • Loading branch information
DelazJ authored Feb 26, 2024
2 parents 4bbe65b + a152e22 commit 6a1ba07
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/user_manual/processing_algs/qgis/vectorgeometry.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3055,7 +3055,7 @@ the minimum value is tested.

|checkbox| Allows
:ref:`features in-place modification <processing_inplace_edit>`
of line and polygon features with M enabled
of point, line and polygon features with M enabled

.. note:: Depending on the input geometry attributes and the filters
used, the resultant geometries created by this algorithm may no
Expand All @@ -3077,8 +3077,8 @@ Parameters
- Description
* - **Input layer**
- ``INPUT``
- [vector: line, polygon]
- Input line or polygon vector layer
- [vector: any]
- Input vector layer
to remove vertices from
* - **Minimum**

Expand Down Expand Up @@ -3155,7 +3155,7 @@ the minimum value is tested.

|checkbox| Allows
:ref:`features in-place modification <processing_inplace_edit>`
of line and polygon features with Z enabled
of point, line and polygon features with Z enabled

.. note:: Depending on the input geometry attributes and the filters
used, the resultant geometries created by this algorithm may no
Expand All @@ -3179,8 +3179,8 @@ Parameters
- Description
* - **Input layer**
- ``INPUT``
- [vector: line, polygon]
- Input line or polygon vector layer
- [vector: any]
- Input vector layer
to remove vertices from
* - **Minimum**

Expand Down

0 comments on commit 6a1ba07

Please sign in to comment.