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 99fcd62 commit f443bb8Copy full SHA for f443bb8
python/plugins/processing/algs/qgis/ConcaveHull.py
@@ -99,7 +99,7 @@ def processAlgorithm(self, progress):
99
#dissolve all Delaunay triangles
100
progress.setText(self.tr('Dissolving Delaunay triangles...'))
101
dissolved = processing.runalg("qgis:dissolve", delaunay_layer,
102
- None, None)['OUTPUT']
+ True, None)['OUTPUT']
103
dissolved_layer = processing.getObject(dissolved)
104
#save result
105
progress.setText(self.tr('Saving data...'))
0 commit comments