Skip to content

Commit 19cfa83

Browse files
committed
[processing] fix description for GRASS 7 v.drape algorithm (fix #16175)
1 parent 1178660 commit 19cfa83

File tree

1 file changed

+1
-1
lines changed
  • python/plugins/processing/algs/grass7/description

1 file changed

+1
-1
lines changed

python/plugins/processing/algs/grass7/description/v.drape.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Converts vector map to 3D by sampling of elevation raster map.
33
Vector (v.*)
44
ParameterVector|input|Iput vector layer|-1|False
55
ParameterRaster|elevation|Elevation raster map for height extraction|False
6-
ParameterSelection|method|Sampling method|nearest;bilinear;cubic
6+
ParameterSelection|method|Sampling method|nearest;bilinear;bicubic
77
ParameterString|scale|Scale factor for sampled raster values|1.0
88
ParameterString|where|WHERE conditions of SQL statement without 'where' keyword|
99
ParameterString|null_value|Vector Z value for unknown height|

0 commit comments

Comments
 (0)