Skip to content

Commit a7f9c09

Browse files
authoredFeb 14, 2017
Merge pull request #4143 from NaturalGIS/fix_grass7_v_surf_rst
[processing] fix GRASS7 v.surf.rst modules
2 parents 9ce1fb4 + c75b5c7 commit a7f9c09

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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.