Skip to content

Commit

Permalink
No geometry validity checks for some algorithms
Browse files Browse the repository at this point in the history
Fixes #9165
  • Loading branch information
DelazJ committed Nov 4, 2024
1 parent f18680a commit bbf2f70
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/user_manual/processing_algs/qgis/vectorgeneral.rst
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,10 @@ Attributes are not checked, so in case two features have identical
geometries but different attributes, only one of them will be added to
the result layer.

.. note::

This algorithm does not require valid geometries as input.

.. seealso:: :ref:`qgisdropgeometries`,
:ref:`qgisremovenullgeometries`,
:ref:`qgisremoveduplicatesbyattribute`
Expand Down
7 changes: 7 additions & 0 deletions docs/user_manual/processing_algs/qgis/vectorgeometry.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2512,6 +2512,13 @@ line.
Each line in the resulting layer contains only a start and an end
point, with no intermediate vertices between them.

If the input layer consists of CircularStrings or CompoundCurves,
the output layer will be of the same type and contain only single curve segments.

.. note::

* This algorithm drops existing primary keys or FID values and regenerates them in output layers.
* This algorithm does not require valid geometries as input.

.. figure:: img/explode_lines.png
:align: center
Expand Down

0 comments on commit bbf2f70

Please sign in to comment.