[GRASS-SVN] r65351 - grass/branches/releasebranch_7_0/vector/v.to.points
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Jun 2 05:04:47 PDT 2015
Author: neteler
Date: 2015-06-02 05:04:46 -0700 (Tue, 02 Jun 2015)
New Revision: 65351
Modified:
grass/branches/releasebranch_7_0/vector/v.to.points/main.c
Log:
v.to.points: keyword added
Modified: grass/branches/releasebranch_7_0/vector/v.to.points/main.c
===================================================================
--- grass/branches/releasebranch_7_0/vector/v.to.points/main.c 2015-06-02 12:04:13 UTC (rev 65350)
+++ grass/branches/releasebranch_7_0/vector/v.to.points/main.c 2015-06-02 12:04:46 UTC (rev 65351)
@@ -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