We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent fb7c2cc commit 7b7a1beCopy full SHA for 7b7a1be
python/plugins/processing/algs/grass7/description/v.drape.txt
@@ -3,7 +3,7 @@ Converts vector map to 3D by sampling of elevation raster map.
3
Vector (v.*)
4
ParameterVector|input|Iput vector layer|-1|False
5
ParameterRaster|elevation|Elevation raster map for height extraction|False
6
-ParameterSelection|method|Sampling method|nearest;bilinear;cubic
+ParameterSelection|method|Sampling method|nearest;bilinear;bicubic
7
ParameterString|scale|Scale factor for sampled raster values|1.0
8
ParameterString|where|WHERE conditions of SQL statement without 'where' keyword|
9
ParameterString|null_value|Vector Z value for unknown height|
0 commit comments