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
[needs-docs] Review the Dissolve algorithm description
* The current description focuses on geometries and assumes only line or vector layers can be dissolved
* Rename label to look more meaningful and closer to GDAL Dissolve's
returnQObject::tr( "This algorithm takes a polygon or line vector layer and combines their geometries into new geometries. One or more attributes can "
202
-
"be specified to dissolve only geometries belonging to the same class (having the same value for the specified attributes), alternatively "
203
-
"all geometries can be dissolved.\n\n"
201
+
returnQObject::tr( "This algorithm takes a vector layer and combines their features into new features. One or more attributes can "
202
+
"be specified to dissolve features belonging to the same class (having the same value for the specified attributes), alternatively "
203
+
"all features can be dissolved in a single one.\n\n"
204
204
"All output geometries will be converted to multi geometries. "
205
205
"In case the input is a polygon layer, common boundaries of adjacent polygons being dissolved will get erased." );
0 commit comments