We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 486fb13 commit caaabb4Copy full SHA for caaabb4
python/plugins/processing/algs/qgis/ConcaveHull.py
@@ -55,7 +55,7 @@ def defineCharacteristics(self):
55
self.addParameter(ParameterBoolean(self.HOLES, 'Allow holes', True))
56
self.addParameter(ParameterBoolean(self.NO_MULTIGEOMETRY,
57
'Split multipart geometry into singleparts geometries', False))
58
- self.addOutput(OutputVector(ConcaveHull.OUTPUT, 'Convex hull'))
+ self.addOutput(OutputVector(ConcaveHull.OUTPUT, 'Concave hull'))
59
60
def processAlgorithm(self, progress):
61
#get parameters
0 commit comments