mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
fix typo
fix typo in python/plugins/processing/algs/qgis/Polygonize.py
This commit is contained in:
parent
31c3739460
commit
4aac75ff9b
@ -55,7 +55,7 @@ class Polygonize(GeoAlgorithm):
|
||||
self.tr('Keep table structure of line layer'), False))
|
||||
self.addParameter(ParameterBoolean(self.GEOMETRY,
|
||||
self.tr('Create geometry columns'), True))
|
||||
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]))
|
||||
|
||||
def processAlgorithm(self, progress):
|
||||
vlayer = dataobjects.getObjectFromUri(self.getParameterValue(self.INPUT))
|
||||
|
Loading…
x
Reference in New Issue
Block a user