[GRASS-SVN] r69608 - grass/trunk/gui/wxpython/xml
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Sep 29 06:17:53 PDT 2016
Author: annakrat
Date: 2016-09-29 06:17:53 -0700 (Thu, 29 Sep 2016)
New Revision: 69608
Modified:
grass/trunk/gui/wxpython/xml/toolboxes.xml
Log:
wxGUI/xml: add t.connect and t.rast.what in menu (thanks to Stefan Blumentrath)
Modified: grass/trunk/gui/wxpython/xml/toolboxes.xml
===================================================================
--- grass/trunk/gui/wxpython/xml/toolboxes.xml 2016-09-29 12:50:55 UTC (rev 69607)
+++ grass/trunk/gui/wxpython/xml/toolboxes.xml 2016-09-29 13:17:53 UTC (rev 69608)
@@ -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