[GRASS-SVN] r65350 - grass/trunk/vector/v.to.points

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jun 2 05:04:13 PDT 2015


Author: neteler
Date: 2015-06-02 05:04:13 -0700 (Tue, 02 Jun 2015)
New Revision: 65350

Modified:
   grass/trunk/vector/v.to.points/main.c
Log:
v.to.points: keyword added

Modified: grass/trunk/vector/v.to.points/main.c
===================================================================
--- grass/trunk/vector/v.to.points/main.c	2015-06-01 20:48:36 UTC (rev 65349)
+++ grass/trunk/vector/v.to.points/main.c	2015-06-02 12:04:13 UTC (rev 65350)
@@ -56,6 +56,7 @@
     G_add_keyword(_("line"));
     G_add_keyword(_("node"));
     G_add_keyword(_("vertex"));
+    G_add_keyword(_("point"));
     module->description =
 	_("Creates points along input lines in new vector map with 2 layers.");
 



More information about the grass-commit mailing list