From 961835cd8e8a5b3bcd073d4efd9aeee81be9dbd8 Mon Sep 17 00:00:00 2001 From: Nyall Dawson Date: Fri, 21 Sep 2018 16:18:37 +1000 Subject: [PATCH] [processing][GRASS] v.decimate zrange should be doubles, not int --- .../plugins/processing/algs/grass7/description/v.decimate.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/plugins/processing/algs/grass7/description/v.decimate.txt b/python/plugins/processing/algs/grass7/description/v.decimate.txt index b1894a3f081..58cea0a1e35 100644 --- a/python/plugins/processing/algs/grass7/description/v.decimate.txt +++ b/python/plugins/processing/algs/grass7/description/v.decimate.txt @@ -2,7 +2,7 @@ v.decimate Decimates a point cloud Vector (v.*) QgsProcessingParameterFeatureSource|input|Input vector|1|None|False -QgsProcessingParameterRange|zrange|Filter range for z data (min,max)|QgsProcessingParameterNumber.Integer|None|True +QgsProcessingParameterRange|zrange|Filter range for z data (min,max)|QgsProcessingParameterNumber.Double|None|True QgsProcessingParameterString|cats|Category values|None|False|True QgsProcessingParameterNumber|skip|Throw away every n-th point|QgsProcessingParameterNumber.Integer|None|True|0|None QgsProcessingParameterNumber|preserve|Preserve only every n-th point|QgsProcessingParameterNumber.Integer|None|True|0|None