From 30e5747f9280b796d1c24f8ae513261a743d7877 Mon Sep 17 00:00:00 2001 From: gioman Date: Tue, 24 Jun 2014 12:57:06 +0100 Subject: [PATCH] fixed instructions on how build GRASS modules --- python/plugins/processing/algs/grass/grass.txt | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/python/plugins/processing/algs/grass/grass.txt b/python/plugins/processing/algs/grass/grass.txt index 5c81c826790..56515824598 100644 --- a/python/plugins/processing/algs/grass/grass.txt +++ b/python/plugins/processing/algs/grass/grass.txt @@ -48,7 +48,7 @@ To indicate the type of geometry, use the following values: - A numerical value -ParameterNumericalValue|[name of GRASS parameter]|[description of parameter to show]|[min value]|[max value]|[default value] +ParameterNumber|[name of GRASS parameter]|[description of parameter to show]|[min value]|[max value]|[default value] "None" can be used for both min and max values to indicate that there is no lower or upper limit. @@ -72,6 +72,12 @@ ParameterSelection|[name of GRASS parameter]|[description of parameter to show]| Example: ParameterBoolean|-c|-c|True +- A range + +ParameterRange|[name of GRASS parameter]|[description of parameter to show]|[comma separated values to limit the range] + +Example: ParameterRange|from|description|0,1 + - Outputs All outputs are added with the following syntax: @@ -85,7 +91,6 @@ The following types are available -OutputTable -OutputFile (for any file that is not a layer or table of a format supported by QGIS) - - Advanced parameters to tag a parameter as "advanced", just add "*" before its declaration. For instance: