From 19cfa83e4e378618a276f2cd231d296d83856467 Mon Sep 17 00:00:00 2001 From: Alexander Bruy Date: Fri, 2 Jun 2017 09:20:34 +0300 Subject: [PATCH] [processing] fix description for GRASS 7 v.drape algorithm (fix #16175) --- python/plugins/processing/algs/grass7/description/v.drape.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/plugins/processing/algs/grass7/description/v.drape.txt b/python/plugins/processing/algs/grass7/description/v.drape.txt index 8f306918261..fea6f737ede 100644 --- a/python/plugins/processing/algs/grass7/description/v.drape.txt +++ b/python/plugins/processing/algs/grass7/description/v.drape.txt @@ -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|