You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expand all lines: python/plugins/processing/algs/help/qgis.yaml
+2-2
Original file line number
Diff line number
Diff line change
@@ -547,9 +547,9 @@ qgis:texttofloat: >
547
547
qgis:topologicalcoloring: >
548
548
This algorithm assigns a color index to polygon features in such a way that no adjacent polygons share the same color index.
549
549
550
-
The algorithm attempts to assign colors so that the total number of colors required is minimized, whilst keeping the count of features assigned to each individual color index balanced.
550
+
The algorithm attempts to assign colors so that the total number of colors required is minimized, whilst keeping the count of features assigned to each individual color index balanced. A minimum number of colors can be specified if desired.
551
551
552
-
The color index is saved to a new attribute named color_idx.
552
+
The color index is saved to a new attribute named color_id.
553
553
554
554
qgis:translate: >
555
555
This algorithm moves the geometries within a layer, by offsetting them with a specified x and y displacement.
0 commit comments