[GRASS-SVN] r34693 - grass/trunk/vector/v.extract

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Dec 3 01:31:41 EST 2008


Author: martinl
Date: 2008-12-03 01:31:41 -0500 (Wed, 03 Dec 2008)
New Revision: 34693

Modified:
   grass/trunk/vector/v.extract/main.c
Log:
v.extract: layer_all
	   (merge from devbr6, r34692)


Modified: grass/trunk/vector/v.extract/main.c
===================================================================
--- grass/trunk/vector/v.extract/main.c	2008-12-03 06:29:51 UTC (rev 34692)
+++ grass/trunk/vector/v.extract/main.c	2008-12-03 06:31:41 UTC (rev 34693)
@@ -117,6 +117,7 @@
     typopt->guisection = _("Selection");
 
     fieldopt = G_define_standard_option(G_OPT_V_FIELD);
+    fieldopt->gisprompt = "old_layer,layer,layer_all";
     fieldopt->label =
 	_("Layer number (if -1, all features in all layers of given type " "are extracted)");
     fieldopt->guisection = _("Selection");



More information about the grass-commit mailing list