[GRASS-SVN] r68222 - in grass/trunk/vector: v.what.rast v.what.rast3
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Apr 7 01:14:03 PDT 2016
Author: martinl
Date: 2016-04-07 01:14:03 -0700 (Thu, 07 Apr 2016)
New Revision: 68222
Modified:
grass/trunk/vector/v.what.rast/main.c
grass/trunk/vector/v.what.rast3/main.c
Log:
v.what.rast|3: add keyword surface information
Modified: grass/trunk/vector/v.what.rast/main.c
===================================================================
--- grass/trunk/vector/v.what.rast/main.c 2016-04-07 07:47:45 UTC (rev 68221)
+++ grass/trunk/vector/v.what.rast/main.c 2016-04-07 08:14:03 UTC (rev 68222)
@@ -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/trunk/vector/v.what.rast3/main.c
===================================================================
--- grass/trunk/vector/v.what.rast3/main.c 2016-04-07 07:47:45 UTC (rev 68221)
+++ grass/trunk/vector/v.what.rast3/main.c 2016-04-07 08:14:03 UTC (rev 68222)
@@ -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