[GRASS-SVN] r71790 - grass/trunk/gui/wxpython/xml
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Nov 20 17:01:41 PST 2017
Author: annakrat
Date: 2017-11-20 17:01:41 -0800 (Mon, 20 Nov 2017)
New Revision: 71790
Modified:
grass/trunk/gui/wxpython/xml/toolboxes.xml
Log:
wxGUI: add new modules to menu
Modified: grass/trunk/gui/wxpython/xml/toolboxes.xml
===================================================================
--- grass/trunk/gui/wxpython/xml/toolboxes.xml 2017-11-20 20:58:09 UTC (rev 71789)
+++ grass/trunk/gui/wxpython/xml/toolboxes.xml 2017-11-21 01:01:41 UTC (rev 71790)
@@ -791,6 +791,9 @@
<module-item name="r.slope.aspect">
<label>Slope and aspect</label>
</module-item>
+ <module-item name="r.geomorphon">
+ <label>Landforms</label>
+ </module-item>
<module-item name="r.param.scale">
<label>Terrain parameters</label>
</module-item>
@@ -1344,6 +1347,9 @@
<toolbox name="OverlayVectorMaps">
<label>Overlay vector maps</label>
<items>
+ <module-item name="v.clip">
+ <label>Clip vector maps</label>
+ </module-item>
<module-item name="v.overlay">
<label>Overlay vector maps</label>
</module-item>
@@ -1446,6 +1452,10 @@
<label>Univariate statistics for attribute columns</label>
</module-item>
<separator/>
+ <module-item name="v.profile">
+ <label>Sample transects</label>
+ </module-item>
+ <separator/>
<module-item name="v.qcount">
<label>Quadrat indices</label>
</module-item>
More information about the grass-commit
mailing list