[processing] changed name of output in concave hull

This commit is contained in:
Victor Olaya 2014-05-22 12:40:13 +02:00
parent 486fb13774
commit caaabb4f28

View File

@ -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