Skip to content

Commit

Permalink
fixed #6112
Browse files Browse the repository at this point in the history
git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@319 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d
  • Loading branch information
volayaf committed Jul 30, 2012
1 parent f10f755 commit 733522f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/sextante/grass/description/r.patch.txt
@@ -1,6 +1,6 @@
r.patch
r.patch - Creates a composite raster map layer by using one (or more) map layer(s) to fill in areas of "no data" in another map layer.
Raster (r.*)
ParameterMultipleInput|input|Name of raster maps to be patched together|1.0|False
ParameterMultipleInput|input|Name of raster maps to be patched together|3|False
ParameterBoolean|-z|Use zero (0) for transparency instead of NULL|False
OutputRaster|output|Name for resultant raster map
6 changes: 3 additions & 3 deletions src/sextante/grass/grass.txt
Expand Up @@ -24,7 +24,7 @@ Example: ParameterRaster|base|base|False

ParameterVector|[name of GRASS parameter]|[description of parameter to shown]|[A number indicating the type of geometry]|True/False, indicating if the parameter is optional or not

Example: ParameterRaster|points|points|False
ParameterVector|input|Name of input vector map|-1|False

To indicate the type of geometry, use the following values:

Expand Down Expand Up @@ -67,11 +67,11 @@ The following types are available
-OutputVector
-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:
to tag a parameter as "advanced", just add "*" before its declaration. For instance:

*ParameterBoolean|-c|-c|True

Expand Down

0 comments on commit 733522f

Please sign in to comment.