Skip to content

Commit

Permalink
[processing] fix wrong parameter GRASS
Browse files Browse the repository at this point in the history
  • Loading branch information
ghtmtt authored and nyalldawson committed May 18, 2018
1 parent e182280 commit b44ce1e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -2,5 +2,5 @@ r.thin
Thins non-zero cells that denote linear features in a raster layer.
Raster (r.*)
QgsProcessingParameterRasterLayer|input|Input raster layer to thin|None|False
QgsProcessingParameterNumber|maxit|Maximum number of iterations|QgsProcessingParameterNumber.Integer|200|True|1|None
QgsProcessingParameterNumber|iterations|Maximum number of iterations|QgsProcessingParameterNumber.Integer|200|True|1|None
QgsProcessingParameterRasterDestination|output|Thinned

0 comments on commit b44ce1e

Please sign in to comment.