Skip to content

Commit c75b5c7

Browse files
committed
fix GRASS7 v_surf_rst modules in qgis 2_18
1 parent 119e181 commit c75b5c7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

python/plugins/processing/algs/grass7/description/v.surf.rst.cvdev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ v.surf.rst
22
v.surf.rst.cvdev - Spatial approximation and topographic analysis using regularized spline with tension.
33
Vector (v.*)
44
ParameterVector|input|Input vector layer|0|False
5-
ParameterString|where|WHERE conditions of SQL statement without 'where' keyword|
5+
*ParameterString|where|WHERE conditions of SQL statement without 'where' keyword|None|False|True
66
ParameterRaster|mask|Name of the raster map used as mask|True
77
ParameterTableField|zcolumn|Name of the attribute column with values to be used for approximation|input|-1|False
88
ParameterNumber|tension|Tension parameter|None|None|40

python/plugins/processing/algs/grass7/description/v.surf.rst.line.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ v.surf.rst
22
v.surf.rst.line - Spatial approximation and topographic analysis using regularized spline with tension.
33
Vector (v.*)
44
ParameterVector|input|Input lines layer|1|False
5-
ParameterString|where|WHERE conditions of SQL statement without 'where' keyword|
5+
*ParameterString|where|WHERE conditions of SQL statement without 'where' keyword|None|False|True
66
ParameterRaster|mask|Name of the raster map used as mask|True
77
ParameterTableField|zcolumn|Name of the attribute column with values to be used for approximation|input|-1|False
88
ParameterNumber|tension|Tension parameter|None|None|40

python/plugins/processing/algs/grass7/description/v.surf.rst.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ v.surf.rst
22
Spatial approximation and topographic analysis using regularized spline with tension.
33
Vector (v.*)
44
ParameterVector|input|Input points layer|0|False
5-
ParameterString|where|WHERE conditions of SQL statement without 'where' keyword|
5+
*ParameterString|where|WHERE conditions of SQL statement without 'where' keyword|None|False|True
66
ParameterRaster|mask|Name of the raster map used as mask|True
77
ParameterTableField|zcolumn|Name of the attribute column with values to be used for approximation|input|-1|False
88
ParameterNumber|tension|Tension parameter|None|None|40

0 commit comments

Comments
 (0)