[GRASS-SVN] r72169 - grass/branches/releasebranch_7_4/gui/wxpython/xml

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Jan 28 02:47:25 PST 2018


Author: martinl
Date: 2018-01-28 02:47:25 -0800 (Sun, 28 Jan 2018)
New Revision: 72169

Modified:
   grass/branches/releasebranch_7_4/gui/wxpython/xml/toolboxes.xml
Log:
wxGUI: add new modules to menu
       (merge r71790 from trunk)


Modified: grass/branches/releasebranch_7_4/gui/wxpython/xml/toolboxes.xml
===================================================================
--- grass/branches/releasebranch_7_4/gui/wxpython/xml/toolboxes.xml	2018-01-27 17:09:36 UTC (rev 72168)
+++ grass/branches/releasebranch_7_4/gui/wxpython/xml/toolboxes.xml	2018-01-28 10:47:25 UTC (rev 72169)
@@ -803,6 +803,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>
@@ -1356,6 +1359,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>
@@ -1458,6 +1464,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