Quellcode durchsuchen

wxGUI/xml: add t.connect and t.rast.what in menu (thanks to Stefan Blumentrath)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@69608 15284696-431f-4ddb-bdfa-cd5b030d7da7
Anna Petrášová vor 8 Jahren
Ursprung
Commit
5b3b8e1584
1 geänderte Dateien mit 8 neuen und 2 gelöschten Zeilen
  1. 8 2
      gui/wxpython/xml/toolboxes.xml

+ 8 - 2
gui/wxpython/xml/toolboxes.xml

@@ -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">