mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-08 00:06:51 -05:00
Adjust help for CheckValidity algorithm
Make it clear that GEOS method won't be able to log all errors found per geometry, but only the first one. Followup #49936.
This commit is contained in:
parent
f83781d637
commit
7fac476c6f
@ -21,6 +21,8 @@ qgis:checkvalidity: >
|
|||||||
|
|
||||||
By default the algorithm uses the strict OGC definition of polygon validity, where a polygon is marked as invalid if a self-intersecting ring causes an interior hole. If the "Ignore ring self intersections" option is checked, then this rule will be ignored and a more lenient validity check will be performed.
|
By default the algorithm uses the strict OGC definition of polygon validity, where a polygon is marked as invalid if a self-intersecting ring causes an interior hole. If the "Ignore ring self intersections" option is checked, then this rule will be ignored and a more lenient validity check will be performed.
|
||||||
|
|
||||||
|
The GEOS method is faster and performs better on larger geometries, but is limited to only returning the first error encountered in a geometry. The QGIS method will be slower but reports all errors encountered in the geometry, not just the first.
|
||||||
|
|
||||||
qgis:climbalongline: >
|
qgis:climbalongline: >
|
||||||
This algorithm calculates the total climb and descent along line geometries.
|
This algorithm calculates the total climb and descent along line geometries.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user