You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
26
26
27
-
Example: ParameterRaster|points|points|False
27
+
ParameterVector|input|Name of input vector map|-1|False
28
28
29
29
To indicate the type of geometry, use the following values:
30
30
@@ -67,11 +67,11 @@ The following types are available
67
67
-OutputVector
68
68
-OutputTable
69
69
-OutputFile (for any file that is not a layer or table of a format supported by QGIS)
70
-
70
+
71
71
72
72
-Advanced parameters
73
73
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:
0 commit comments