[GRASS-SVN] r68220 - grass/trunk/vector/v.drape

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Apr 7 00:46:41 PDT 2016


Author: martinl
Date: 2016-04-07 00:46:41 -0700 (Thu, 07 Apr 2016)
New Revision: 68220

Modified:
   grass/trunk/vector/v.drape/main.c
Log:
v.drape: add keyword for ArcGIS users

Modified: grass/trunk/vector/v.drape/main.c
===================================================================
--- grass/trunk/vector/v.drape/main.c	2016-04-07 07:40:41 UTC (rev 68219)
+++ grass/trunk/vector/v.drape/main.c	2016-04-07 07:46:41 UTC (rev 68220)
@@ -57,6 +57,7 @@
     G_add_keyword(_("geometry"));
     G_add_keyword(_("sampling"));
     G_add_keyword(_("3D"));
+    G_add_keyword(_("surface information"));
     module->description =
 	_("Converts 2D vector features to 3D by sampling of elevation raster map.");
 



More information about the grass-commit mailing list