Skip to content

Commit e5e1b9a

Browse files
giomannyalldawson
authored andcommitted
fix the GRASS7 r_contour tool removing the mandatory flag of one of the parameters
1 parent a74d797 commit e5e1b9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/plugins/processing/algs/grass7/description/r.contour.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Produces a vector map of specified contours from a raster map.
33
Raster (r.*)
44
QgsProcessingParameterRasterLayer|input|Input raster|None|False
55
QgsProcessingParameterNumber|step|Increment between contour levels|QgsProcessingParameterNumber.Double|None|True|None|None
6-
QgsProcessingParameterString|levels|List of contour levels|None|False
6+
QgsProcessingParameterString|levels|List of contour levels|None|False|True
77
QgsProcessingParameterNumber|minlevel|Minimum contour level|QgsProcessingParameterNumber.Double|None|True|None|None
88
QgsProcessingParameterNumber|maxlevel|Maximum contour level|QgsProcessingParameterNumber.Double|None|True|None|None
99
QgsProcessingParameterNumber|cut|Minimum number of points for a contour line (0 -> no limit)|QgsProcessingParameterNumber.Integer|0|True|0|None

0 commit comments

Comments
 (0)