Skip to content

Commit 7b7a1be

Browse files
committedJun 2, 2017
[processing] fix GRASS 7 v.drape description (fix #16175)
1 parent fb7c2cc commit 7b7a1be

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

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