Jelajahi Sumber

wxGUI: add orthophoto tools to gui menu

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@71797 15284696-431f-4ddb-bdfa-cd5b030d7da7
Anna Petrášová 7 tahun lalu
induk
melakukan
a14d045435
2 mengubah file dengan 24 tambahan dan 0 penghapusan
  1. 12 0
      gui/wxpython/xml/toolboxes.xml
  2. 12 0
      gui/wxpython/xml/wxgui_items.xml

+ 12 - 0
gui/wxpython/xml/toolboxes.xml

@@ -150,12 +150,24 @@
       <subtoolbox name="TransformImage"/>
       <subtoolbox name="TransformImage"/>
       <separator/>
       <separator/>
       <subtoolbox name="SatelliteImagesTools"/>
       <subtoolbox name="SatelliteImagesTools"/>
+      <subtoolbox name="ImageryGuiTools"/>
       <subtoolbox name="SatelliteImagesProducts"/>
       <subtoolbox name="SatelliteImagesProducts"/>
       <subtoolbox name="EvapotranspirationCalculation"/>
       <subtoolbox name="EvapotranspirationCalculation"/>
       <separator/>
       <separator/>
       <subtoolbox name="ImageryReportsAndStatistics"/>
       <subtoolbox name="ImageryReportsAndStatistics"/>
     </items>
     </items>
   </toolbox>
   </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">
   <toolbox name="Volumes">
     <label>3D r&amp;aster</label>
     <label>3D r&amp;aster</label>
     <items>
     <items>

+ 12 - 0
gui/wxpython/xml/wxgui_items.xml

@@ -394,4 +394,16 @@
     <description>Generates spectral signatures by allowing the user to outline training areas.</description>
     <description>Generates spectral signatures by allowing the user to outline training areas.</description>
     <keywords>general,gui,imagery,classification,signatures</keywords>
     <keywords>general,gui,imagery,classification,signatures</keywords>
   </wxgui-item>
   </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>
 </wxgui-items>