[GRASS-SVN] r70153 - grass/trunk/gui/wxpython/xml
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Dec 28 02:56:01 PST 2016
Author: neteler
Date: 2016-12-28 02:56:01 -0800 (Wed, 28 Dec 2016)
New Revision: 70153
Modified:
grass/trunk/gui/wxpython/xml/toolboxes.xml
Log:
wxGUI: also register v.qcount and v.normal in point analysis toolbox
Modified: grass/trunk/gui/wxpython/xml/toolboxes.xml
===================================================================
--- grass/trunk/gui/wxpython/xml/toolboxes.xml 2016-12-28 10:12:51 UTC (rev 70152)
+++ grass/trunk/gui/wxpython/xml/toolboxes.xml 2016-12-28 10:56:01 UTC (rev 70153)
@@ -1230,12 +1230,18 @@
<module-item name="v.cluster">
<label>Identify point clusters</label>
</module-item>
+ <module-item name="v.qcount">
+ <label>Indices for quadrat counts of vector point lists</label>
+ </module-item>
<module-item name="v.perturb">
<label>Perturb points</label>
</module-item>
<module-item name="v.kcv">
<label>Test/training point sets</label>
</module-item>
+ <module-item name="v.normal">
+ <label>Tests for normality for vector points</label>
+ </module-item>
</items>
</toolbox>
<toolbox name="LidarAnalysis">
More information about the grass-commit
mailing list