[GRASS-SVN] r59208 - grass/trunk/display/d.vect
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Mar 7 01:11:00 PST 2014
Author: martinl
Date: 2014-03-07 01:11:00 -0800 (Fri, 07 Mar 2014)
New Revision: 59208
Modified:
grass/trunk/display/d.vect/main.c
Log:
d.vect: display boundaries by default
Modified: grass/trunk/display/d.vect/main.c
===================================================================
--- grass/trunk/display/d.vect/main.c 2014-03-06 19:20:39 UTC (rev 59207)
+++ grass/trunk/display/d.vect/main.c 2014-03-07 09:11:00 UTC (rev 59208)
@@ -100,7 +100,7 @@
/* Query */
type_opt = G_define_standard_option(G_OPT_V_TYPE);
- type_opt->answer = "point,line,area,face";
+ type_opt->answer = "point,line,boundary,area,face";
type_opt->options = "point,line,boundary,centroid,area,face";
type_opt->guisection = _("Selection");
More information about the grass-commit
mailing list