[GRASS-SVN] r66316 - in grass/trunk/display: d.legend d.vect.thematic
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Sep 23 14:39:11 PDT 2015
Author: neteler
Date: 2015-09-23 14:39:11 -0700 (Wed, 23 Sep 2015)
New Revision: 66316
Modified:
grass/trunk/display/d.legend/main.c
grass/trunk/display/d.vect.thematic/main.c
Log:
d.legend, d.vect.thematic: add keyword
Modified: grass/trunk/display/d.legend/main.c
===================================================================
--- grass/trunk/display/d.legend/main.c 2015-09-23 21:14:34 UTC (rev 66315)
+++ grass/trunk/display/d.legend/main.c 2015-09-23 21:39:11 UTC (rev 66316)
@@ -84,6 +84,7 @@
module = G_define_module();
G_add_keyword(_("display"));
G_add_keyword(_("cartography"));
+ G_add_keyword(_("legend"));
module->description =
_("Displays a legend for a 2D or 3D raster map in the active frame "
"of the graphics monitor.");
Modified: grass/trunk/display/d.vect.thematic/main.c
===================================================================
--- grass/trunk/display/d.vect.thematic/main.c 2015-09-23 21:14:34 UTC (rev 66315)
+++ grass/trunk/display/d.vect.thematic/main.c 2015-09-23 21:39:11 UTC (rev 66316)
@@ -78,6 +78,7 @@
G_add_keyword(_("display"));
G_add_keyword(_("cartography"));
G_add_keyword(_("choropleth map"));
+ G_add_keyword(_("legend"));
module->description =
_("Displays a thematic vector map "
"in the active graphics frame.");
More information about the grass-commit
mailing list