mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
[processing] changed name of output in concave hull
This commit is contained in:
parent
486fb13774
commit
caaabb4f28
@ -55,7 +55,7 @@ class ConcaveHull(GeoAlgorithm):
|
||||
self.addParameter(ParameterBoolean(self.HOLES, 'Allow holes', True))
|
||||
self.addParameter(ParameterBoolean(self.NO_MULTIGEOMETRY,
|
||||
'Split multipart geometry into singleparts geometries', False))
|
||||
self.addOutput(OutputVector(ConcaveHull.OUTPUT, 'Convex hull'))
|
||||
self.addOutput(OutputVector(ConcaveHull.OUTPUT, 'Concave hull'))
|
||||
|
||||
def processAlgorithm(self, progress):
|
||||
#get parameters
|
||||
|
Loading…
x
Reference in New Issue
Block a user