Skip to content

Commit 7e92d09

Browse files
author
Bernhard Ströbl
committed
[processing] Add help for Eliminate sliver polygons
1 parent 7a8ab40 commit 7e92d09

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python/plugins/processing/algs/help/qgis.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,8 @@ qgis:distancetonearesthub: >
147147

148148
The resulting layer can contain only source points with an additional field indicating the distance to the nearest point and the name of the destination point, or lines linking each source point with its nearest destination point.
149149

150-
qgis:eliminatesliverpolygons:
150+
qgis:eliminatesliverpolygons: >
151+
This algorithm combines selected polygons of the input layer with certain adjacent polygons by erasing their common boundary. Eliminate can either use an exisiting selection or a logical query based on one of the layer's fields to make the selection itself. The adjacent polygon can be either the one with the largest or smallest area or the one sharing the largest common boundary with the polygon to be eliminated. Eliminate is normally used to get rid of sliver polygons, i.e. tiny polygons that are a result of polygon instersection processes where boundaries of the inputs are similar but not identical.
151152

152153
qgis:explodelines: >
153154
This algorithm takes a lines layer and creates a new one in which each line is replaced is replaced by a set of lines representing the segments in the original line. Each line in the resulting layer contains only a start and an end point, with no intermediate nodes between them.

0 commit comments

Comments
 (0)