Skip to content

Commit

Permalink
fix the GRASS7 r_contour tool removing the mandatory flag of one of t…
Browse files Browse the repository at this point in the history
…he parameters
  • Loading branch information
gioman authored and nyalldawson committed Oct 3, 2018
1 parent a74d797 commit e5e1b9a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -3,7 +3,7 @@ Produces a vector map of specified contours from a raster map.
Raster (r.*)
QgsProcessingParameterRasterLayer|input|Input raster|None|False
QgsProcessingParameterNumber|step|Increment between contour levels|QgsProcessingParameterNumber.Double|None|True|None|None
QgsProcessingParameterString|levels|List of contour levels|None|False
QgsProcessingParameterString|levels|List of contour levels|None|False|True
QgsProcessingParameterNumber|minlevel|Minimum contour level|QgsProcessingParameterNumber.Double|None|True|None|None
QgsProcessingParameterNumber|maxlevel|Maximum contour level|QgsProcessingParameterNumber.Double|None|True|None|None
QgsProcessingParameterNumber|cut|Minimum number of points for a contour line (0 -> no limit)|QgsProcessingParameterNumber.Integer|0|True|0|None
Expand Down

0 comments on commit e5e1b9a

Please sign in to comment.