[GRASS-SVN] r68223 - in grass/branches/releasebranch_7_0/vector: v.what.rast v.what.rast3

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Apr 7 01:15:06 PDT 2016


Author: martinl
Date: 2016-04-07 01:15:06 -0700 (Thu, 07 Apr 2016)
New Revision: 68223

Modified:
   grass/branches/releasebranch_7_0/vector/v.what.rast/main.c
   grass/branches/releasebranch_7_0/vector/v.what.rast3/main.c
Log:
v.what.rast|3: add keyword surface information (merge r68222 from trunk)

Modified: grass/branches/releasebranch_7_0/vector/v.what.rast/main.c
===================================================================
--- grass/branches/releasebranch_7_0/vector/v.what.rast/main.c	2016-04-07 08:14:03 UTC (rev 68222)
+++ grass/branches/releasebranch_7_0/vector/v.what.rast/main.c	2016-04-07 08:15:06 UTC (rev 68223)
@@ -74,6 +74,7 @@
     G_add_keyword(_("position"));
     G_add_keyword(_("querying"));
     G_add_keyword(_("attribute table"));
+    G_add_keyword(_("surface information"));
     module->description =
 	_("Uploads raster values at positions of vector points to the table.");
 

Modified: grass/branches/releasebranch_7_0/vector/v.what.rast3/main.c
===================================================================
--- grass/branches/releasebranch_7_0/vector/v.what.rast3/main.c	2016-04-07 08:14:03 UTC (rev 68222)
+++ grass/branches/releasebranch_7_0/vector/v.what.rast3/main.c	2016-04-07 08:15:06 UTC (rev 68223)
@@ -67,6 +67,7 @@
     G_add_keyword(_("position"));
     G_add_keyword(_("querying"));
     G_add_keyword(_("attribute table"));
+    G_add_keyword(_("surface information"));
     module->description =
 	_("Uploads 3D raster values at positions of vector points to the table.");
 



More information about the grass-commit mailing list