Skip to content

Commit

Permalink
undid changes to densify geometries
Browse files Browse the repository at this point in the history
  • Loading branch information
anitagraser committed Dec 28, 2013
1 parent 719f8d5 commit 720871c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/ftools/DensifyGeometries.py
Expand Up @@ -48,7 +48,7 @@ def defineCharacteristics(self):
self.addParameter(ParameterVector(self.INPUT, 'Input layer',
[ParameterVector.VECTOR_TYPE_POLYGON,
ParameterVector.VECTOR_TYPE_LINE]))
self.addParameter(ParameterNumber(self.VERTICES, 'Vertices to add', 0.0, 10000000.0, 1.0))
self.addParameter(ParameterNumber(self.VERTICES, 'Vertices to add', 1, 10000000, 1))

self.addOutput(OutputVector(self.OUTPUT, 'Densified layer'))

Expand Down

0 comments on commit 720871c

Please sign in to comment.