|
@@ -70,7 +70,7 @@ Typical header definitions are as follows:
|
|
|
#% type: string
|
|
|
#% gisprompt: old,cell,raster
|
|
|
#% description: Raster input map
|
|
|
-#% required : yes
|
|
|
+#% required: yes
|
|
|
#%end
|
|
|
</pre></div>
|
|
|
|
|
@@ -89,7 +89,7 @@ in the programmer manual. Eg. the option
|
|
|
#% type: string
|
|
|
#% gisprompt: old,cell,raster
|
|
|
#% description: Raster input map
|
|
|
-#% required : yes
|
|
|
+#% required: yes
|
|
|
#%end
|
|
|
</pre></div>
|
|
|
|
|
@@ -351,7 +351,7 @@ Parameters:
|
|
|
#%end
|
|
|
#%option G_OPT_R_MAP
|
|
|
#% key: raster
|
|
|
-#% required : yes
|
|
|
+#% required: yes
|
|
|
#%end
|
|
|
#%option G_OPT_V_MAP
|
|
|
#% key: vector
|
|
@@ -360,7 +360,7 @@ Parameters:
|
|
|
#% key: option1
|
|
|
#% type: string
|
|
|
#% description: An option
|
|
|
-#% required : no
|
|
|
+#% required: no
|
|
|
#%end
|
|
|
|
|
|
import os
|
|
@@ -413,7 +413,7 @@ if __name__ == "__main__":
|
|
|
#%end
|
|
|
#%option G_OPT_R_MAP
|
|
|
#% key: raster
|
|
|
-#% required : yes
|
|
|
+#% required: yes
|
|
|
#%end
|
|
|
#%option G_OPT_V_MAP
|
|
|
#% key: vector
|
|
@@ -422,7 +422,7 @@ if __name__ == "__main__":
|
|
|
#% key: option1
|
|
|
#% type: string
|
|
|
#% description: An option
|
|
|
-#% required : no
|
|
|
+#% required: no
|
|
|
#%end
|
|
|
|
|
|
if [ -z "$GISBASE" ] ; then
|
|
@@ -475,7 +475,7 @@ use strict;
|
|
|
#%end
|
|
|
#%option G_OPT_R_MAP
|
|
|
#% key: raster
|
|
|
-#% required : yes
|
|
|
+#% required: yes
|
|
|
#%end
|
|
|
#%option G_OPT_V_MAP
|
|
|
#% key: vector
|
|
@@ -484,7 +484,7 @@ use strict;
|
|
|
#% key: option1
|
|
|
#% type: string
|
|
|
#% description: An option
|
|
|
-#% required : no
|
|
|
+#% required: no
|
|
|
#%end
|
|
|
|
|
|
if ( !$ENV{'GISBASE'} ) {
|