[GRASS-SVN] r58312 - grass/trunk/vector/v.category

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Nov 26 06:17:42 PST 2013


Author: mmetz
Date: 2013-11-26 06:17:41 -0800 (Tue, 26 Nov 2013)
New Revision: 58312

Modified:
   grass/trunk/vector/v.category/main.c
Log:
v.category: do not add new centroids by default

Modified: grass/trunk/vector/v.category/main.c
===================================================================
--- grass/trunk/vector/v.category/main.c	2013-11-26 09:44:43 UTC (rev 58311)
+++ grass/trunk/vector/v.category/main.c	2013-11-26 14:17:41 UTC (rev 58312)
@@ -85,7 +85,7 @@
     field_opt->guisection = _("Selection");
 
     type_opt = G_define_standard_option(G_OPT_V3_TYPE);
-    type_opt->answer = "point,line,area,face";
+    type_opt->answer = "point,line,centroid,face";
     type_opt->guisection = _("Selection");
 
     id_opt = G_define_standard_option(G_OPT_V_IDS);



More information about the grass-commit mailing list