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 31c3739 commit 4aac75fCopy full SHA for 4aac75f
python/plugins/processing/algs/qgis/Polygonize.py
@@ -55,7 +55,7 @@ def defineCharacteristics(self):
55
self.tr('Keep table structure of line layer'), False))
56
self.addParameter(ParameterBoolean(self.GEOMETRY,
57
self.tr('Create geometry columns'), True))
58
- self.addOutput(OutputVector(self.OUTPUT, self.tr('Polygons from lines'), datatype=[dataojects.TYPE_VECTOR_POLYGON]))
+ self.addOutput(OutputVector(self.OUTPUT, self.tr('Polygons from lines'), datatype=[dataobjects.TYPE_VECTOR_POLYGON]))
59
60
def processAlgorithm(self, progress):
61
vlayer = dataobjects.getObjectFromUri(self.getParameterValue(self.INPUT))
0 commit comments