[GRASS-SVN] r69609 - grass/branches/releasebranch_7_2/gui/wxpython/xml

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Sep 29 06:19:25 PDT 2016


Author: annakrat
Date: 2016-09-29 06:19:25 -0700 (Thu, 29 Sep 2016)
New Revision: 69609

Modified:
   grass/branches/releasebranch_7_2/gui/wxpython/xml/toolboxes.xml
Log:
wxGUI/xml: add t.connect and t.rast.what in menu (thanks to Stefan Blumentrath), merge from trunk r69608

Modified: grass/branches/releasebranch_7_2/gui/wxpython/xml/toolboxes.xml
===================================================================
--- grass/branches/releasebranch_7_2/gui/wxpython/xml/toolboxes.xml	2016-09-29 13:17:53 UTC (rev 69608)
+++ grass/branches/releasebranch_7_2/gui/wxpython/xml/toolboxes.xml	2016-09-29 13:19:25 UTC (rev 69609)
@@ -1779,6 +1779,9 @@
   <toolbox name="TemporalManageDatasets">
     <label>Manage datasets</label>
     <items>
+      <module-item name="t.connect">
+        <label>Connect temporal database</label>
+      </module-item>
       <module-item name="t.create">
         <label>Create</label>
       </module-item>
@@ -1911,8 +1914,8 @@
   <toolbox name="TemporalSampling">
     <label>Sampling</label>
     <items>
-      <module-item name="t.sample">
-        <label>Temporal sampling</label>
+      <module-item name="t.rast.what">
+        <label>Sample a space time raster dataset at point coordinates</label>
       </module-item>
       <module-item name="t.vect.what.strds">
         <label>Query raster dataset by vector points dataset</label>
@@ -1920,6 +1923,9 @@
       <module-item name="t.vect.observe.strds">
         <label>Observe specific locations in raster dataset</label>
       </module-item>
+      <module-item name="t.sample">
+        <label>Temporal sampling</label>
+      </module-item>
     </items>
   </toolbox>
   <toolbox name="TemporalGuiTools">



More information about the grass-commit mailing list