We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 894cc7c commit 26baf0cCopy full SHA for 26baf0c
src/analysis/processing/qgsalgorithmdissolve.cpp
@@ -220,7 +220,7 @@ QVariantMap QgsDissolveAlgorithm::processAlgorithm( const QVariantMap ¶meter
220
// See: https://issues.qgis.org/issues/20591 - Dissolve tool failing to produce outputs
221
if ( ! result.lastError().isEmpty() && parts.count() > 2 )
222
{
223
- QgsDebugMsg( QStringLiteral( "GEOS exception, taking the slower route ..." ) );
+ feedback->pushDebugInfo( QStringLiteral( "GEOS exception: taking the slower route ..." ) );
224
result = QgsGeometry();
225
for ( const auto &p : parts )
226
0 commit comments