Skip to content

Commit

Permalink
fix GRASS7 v_surf_rst modules in qgis 2_18
Browse files Browse the repository at this point in the history
  • Loading branch information
gioman committed Feb 14, 2017
1 parent 119e181 commit c75b5c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -2,7 +2,7 @@ v.surf.rst
v.surf.rst.cvdev - Spatial approximation and topographic analysis using regularized spline with tension.
Vector (v.*)
ParameterVector|input|Input vector layer|0|False
ParameterString|where|WHERE conditions of SQL statement without 'where' keyword|
*ParameterString|where|WHERE conditions of SQL statement without 'where' keyword|None|False|True
ParameterRaster|mask|Name of the raster map used as mask|True
ParameterTableField|zcolumn|Name of the attribute column with values to be used for approximation|input|-1|False
ParameterNumber|tension|Tension parameter|None|None|40
Expand Down
Expand Up @@ -2,7 +2,7 @@ v.surf.rst
v.surf.rst.line - Spatial approximation and topographic analysis using regularized spline with tension.
Vector (v.*)
ParameterVector|input|Input lines layer|1|False
ParameterString|where|WHERE conditions of SQL statement without 'where' keyword|
*ParameterString|where|WHERE conditions of SQL statement without 'where' keyword|None|False|True
ParameterRaster|mask|Name of the raster map used as mask|True
ParameterTableField|zcolumn|Name of the attribute column with values to be used for approximation|input|-1|False
ParameterNumber|tension|Tension parameter|None|None|40
Expand Down
Expand Up @@ -2,7 +2,7 @@ v.surf.rst
Spatial approximation and topographic analysis using regularized spline with tension.
Vector (v.*)
ParameterVector|input|Input points layer|0|False
ParameterString|where|WHERE conditions of SQL statement without 'where' keyword|
*ParameterString|where|WHERE conditions of SQL statement without 'where' keyword|None|False|True
ParameterRaster|mask|Name of the raster map used as mask|True
ParameterTableField|zcolumn|Name of the attribute column with values to be used for approximation|input|-1|False
ParameterNumber|tension|Tension parameter|None|None|40
Expand Down

0 comments on commit c75b5c7

Please sign in to comment.