[GRASS-SVN] r32660 - grass/trunk/display/d.thematic.area

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Aug 9 21:01:13 EDT 2008


Author: glynn
Date: 2008-08-09 21:01:13 -0400 (Sat, 09 Aug 2008)
New Revision: 32660

Modified:
   grass/trunk/display/d.thematic.area/main.c
Log:
Change default render= option to 'l' (culling)


Modified: grass/trunk/display/d.thematic.area/main.c
===================================================================
--- grass/trunk/display/d.thematic.area/main.c	2008-08-10 01:00:46 UTC (rev 32659)
+++ grass/trunk/display/d.thematic.area/main.c	2008-08-10 01:01:13 UTC (rev 32660)
@@ -153,8 +153,8 @@
     render_opt->type = TYPE_STRING;
     render_opt->required = NO;
     render_opt->multiple = NO;
-    render_opt->answer = "c";
-    render_opt->options = "g,r,d,c,l";
+    render_opt->answer = "l";
+    render_opt->options = "d,c,l";
     render_opt->description = _("Rendering method for filled polygons");
     render_opt->descriptions =
 	_("d;use the display library basic functions (features: polylines);"



More information about the grass-commit mailing list