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

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Dec 17 13:45:25 PST 2017


Author: neteler
Date: 2017-12-17 13:45:25 -0800 (Sun, 17 Dec 2017)
New Revision: 71946

Modified:
   grass/branches/releasebranch_7_4/gui/wxpython/xml/toolboxes.xml
   grass/branches/releasebranch_7_4/gui/wxpython/xml/wxgui_items.xml
Log:
wxGUI: add orthophoto tools to gui menu (trunk, r71797)

Modified: grass/branches/releasebranch_7_4/gui/wxpython/xml/toolboxes.xml
===================================================================
--- grass/branches/releasebranch_7_4/gui/wxpython/xml/toolboxes.xml	2017-12-17 16:03:12 UTC (rev 71945)
+++ grass/branches/releasebranch_7_4/gui/wxpython/xml/toolboxes.xml	2017-12-17 21:45:25 UTC (rev 71946)
@@ -150,12 +150,24 @@
       <subtoolbox name="TransformImage"/>
       <separator/>
       <subtoolbox name="SatelliteImagesTools"/>
+      <subtoolbox name="ImageryGuiTools"/>
       <subtoolbox name="SatelliteImagesProducts"/>
       <subtoolbox name="EvapotranspirationCalculation"/>
       <separator/>
       <subtoolbox name="ImageryReportsAndStatistics"/>
     </items>
   </toolbox>
+  <toolbox name="ImageryGuiTools">
+    <label>Orthophoto tools</label>
+    <items>
+      <wxgui-item name="ManagingGCPsfor3DCorrection">
+        <label>Manage GCPs for 3D correction</label>
+      </wxgui-item>
+      <wxgui-item name="CorrectsScanningDistortions">
+        <label>Corrects scanning distortions</label>
+      </wxgui-item>
+    </items>
+  </toolbox>
   <toolbox name="Volumes">
     <label>3D r&aster</label>
     <items>

Modified: grass/branches/releasebranch_7_4/gui/wxpython/xml/wxgui_items.xml
===================================================================
--- grass/branches/releasebranch_7_4/gui/wxpython/xml/wxgui_items.xml	2017-12-17 16:03:12 UTC (rev 71945)
+++ grass/branches/releasebranch_7_4/gui/wxpython/xml/wxgui_items.xml	2017-12-17 21:45:25 UTC (rev 71946)
@@ -394,4 +394,16 @@
     <description>Generates spectral signatures by allowing the user to outline training areas.</description>
     <keywords>general,gui,imagery,classification,signatures</keywords>
   </wxgui-item>
+  <wxgui-item name="ManagingGCPsfor3DCorrection">
+    <label>Managing GCPs for 3D correction</label>
+    <command>g.gui.image2target</command>
+    <description>Georectifies a map and allows managing GCP for 3D correction.</description>
+    <keywords>general,gui,imagery,GCP,georectification,orthophoto</keywords>
+  </wxgui-item>
+  <wxgui-item name="CorrectsScanningDistortions">
+    <label>Corrects scanning distortions</label>
+    <command>g.gui.photo2image</command>
+    <description>Corrects scanning distortions of a scanned aerial photo.</description>
+    <keywords>general,gui,imagery,georectification,orthophoto</keywords>
+  </wxgui-item>
 </wxgui-items>



More information about the grass-commit mailing list