Skip to content

Commit 733522f

Browse files
author
volayaf
committedJul 30, 2012
fixed #6112
git-svn-id: http://sextante.googlecode.com/svn/trunk/soft/bindings/qgis-plugin@319 881b9c09-3ef8-f3c2-ec3d-21d735c97f4d
1 parent f10f755 commit 733522f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
r.patch
22
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.
33
Raster (r.*)
4-
ParameterMultipleInput|input|Name of raster maps to be patched together|1.0|False
4+
ParameterMultipleInput|input|Name of raster maps to be patched together|3|False
55
ParameterBoolean|-z|Use zero (0) for transparency instead of NULL|False
66
OutputRaster|output|Name for resultant raster map

‎src/sextante/grass/grass.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Example: ParameterRaster|base|base|False
2424

2525
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
2626

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

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

@@ -67,11 +67,11 @@ The following types are available
6767
-OutputVector
6868
-OutputTable
6969
-OutputFile (for any file that is not a layer or table of a format supported by QGIS)
70-
70+
7171

7272
-Advanced parameters
7373

74-
to tag a parameter as "advanced", just add "*" before its declaration. For instance:
74+
to tag a parameter as "advanced", just add "*" before its declaration. For instance:
7575

7676
*ParameterBoolean|-c|-c|True
7777

0 commit comments

Comments
 (0)