[GRASS-SVN] r65567 - grass/trunk/display/d.vect
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Jul 10 14:05:41 PDT 2015
Author: martinl
Date: 2015-07-10 14:05:41 -0700 (Fri, 10 Jul 2015)
New Revision: 65567
Modified:
grass/trunk/display/d.vect/main.c
Log:
d.vect: remove boundary from default options (boundaries are render
when area type is given)
It can speed up rendering maps with larger number of areas
--
This line, and those below, will beignored--
M display/d.vect/main.c
Modified: grass/trunk/display/d.vect/main.c
===================================================================
--- grass/trunk/display/d.vect/main.c 2015-07-10 20:37:13 UTC (rev 65566)
+++ grass/trunk/display/d.vect/main.c 2015-07-10 21:05:41 UTC (rev 65567)
@@ -100,7 +100,7 @@
/* Query */
type_opt = G_define_standard_option(G_OPT_V_TYPE);
- type_opt->answer = "point,line,boundary,area,face";
+ type_opt->answer = "point,line,area,face";
type_opt->options = "point,line,boundary,centroid,area,face";
type_opt->guisection = _("Selection");
More information about the grass-commit
mailing list