File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -1286,7 +1286,8 @@ QString QgsPromoteToMultipartAlgorithm::shortHelpString() const
12861286 return QObject::tr ( " This algorithm takes a vector layer with singlepart geometries and generates a new one in which all geometries are "
12871287 " multipart. Input features which are already multipart features will remain unchanged.\n\n "
12881288 " This algorithm can be used to force geometries to multipart types in order to be compatibility with data providers "
1289- " with strict singlepart/multipart compatibility checks." );
1289+ " with strict singlepart/multipart compatibility checks.\n\n "
1290+ " See the 'Collect geometries' or 'Aggregate' algorithms for alternative options." );
12901291}
12911292
12921293QgsPromoteToMultipartAlgorithm *QgsPromoteToMultipartAlgorithm::createInstance () const
@@ -1327,7 +1328,8 @@ QString QgsCollectAlgorithm::shortHelpString() const
13271328 " be specified to collect only geometries belonging to the same class (having the same value for the specified attributes), alternatively "
13281329 " all geometries can be collected.\n\n "
13291330 " All output geometries will be converted to multi geometries, even those with just a single part. "
1330- " This algorithm does not dissolve overlapping geometries - they will be collected together without modifying the shape of each geometry part." );
1331+ " This algorithm does not dissolve overlapping geometries - they will be collected together without modifying the shape of each geometry part.\n\n "
1332+ " See the 'Promote to multipart' or 'Aggregate' algorithms for alternative options." );
13311333}
13321334
13331335QgsCollectAlgorithm *QgsCollectAlgorithm::createInstance () const
You can’t perform that action at this time.
0 commit comments