Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[processing] fix description for GRASS 7 v.drape algorithm (fix #16175)
  • Loading branch information
alexbruy committed Jun 2, 2017
1 parent 1178660 commit 19cfa83
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -3,7 +3,7 @@ Converts vector map to 3D by sampling of elevation raster map.
Vector (v.*)
ParameterVector|input|Iput vector layer|-1|False
ParameterRaster|elevation|Elevation raster map for height extraction|False
ParameterSelection|method|Sampling method|nearest;bilinear;cubic
ParameterSelection|method|Sampling method|nearest;bilinear;bicubic
ParameterString|scale|Scale factor for sampled raster values|1.0
ParameterString|where|WHERE conditions of SQL statement without 'where' keyword|
ParameterString|null_value|Vector Z value for unknown height|
Expand Down

0 comments on commit 19cfa83

Please sign in to comment.