[GRASS-SVN] r65135 - grass/branches/releasebranch_7_0/vector/v.overlay
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Apr 25 03:33:55 PDT 2015
Author: martinl
Date: 2015-04-25 03:33:55 -0700 (Sat, 25 Apr 2015)
New Revision: 65135
Modified:
grass/branches/releasebranch_7_0/vector/v.overlay/main.c
Log:
v.overlay: more keywords
(merge r65134 from trunk)
Modified: grass/branches/releasebranch_7_0/vector/v.overlay/main.c
===================================================================
--- grass/branches/releasebranch_7_0/vector/v.overlay/main.c 2015-04-25 10:31:05 UTC (rev 65134)
+++ grass/branches/releasebranch_7_0/vector/v.overlay/main.c 2015-04-25 10:33:55 UTC (rev 65135)
@@ -62,6 +62,9 @@
G_add_keyword(_("vector"));
G_add_keyword(_("geometry"));
G_add_keyword(_("spatial query"));
+ G_add_keyword(_("intersection"));
+ G_add_keyword(_("union"));
+ G_add_keyword(_("clip"));
module->description = _("Overlays two vector maps.");
in_opt[0] = G_define_standard_option(G_OPT_V_INPUT);
More information about the grass-commit
mailing list