Ver código fonte

wxGUI: georect replaced by gcpmanager
(merge https://trac.osgeo.org/grass/changeset/44168 from devbr6)


git-svn-id: https://svn.osgeo.org/grass/grass/trunk@44172 15284696-431f-4ddb-bdfa-cd5b030d7da7

Martin Landa 14 anos atrás
pai
commit
fb47a2a7c0

Diferenças do arquivo suprimidas por serem muito extensas
+ 0 - 1796
gui/wxpython/gui_modules/georect.py


+ 0 - 7
gui/wxpython/wxgui.py

@@ -70,7 +70,6 @@ import gui_modules.histogram as histogram
 import gui_modules.profile as profile
 import gui_modules.mcalc_builder as mapcalculator
 import gui_modules.gcmd as gcmd
-import gui_modules.georect as georect
 import gui_modules.dbm as dbm
 import gui_modules.workspace as workspace
 import gui_modules.goutput as goutput
@@ -248,11 +247,6 @@ class GMFrame(wx.Frame):
         if self.workspaceFile:
             self.SetTitle(self.baseTitle + " - " +  os.path.basename(self.workspaceFile) + '*')
         
-    def OnGeorectify(self, event):
-        """!Launch georectifier module
-        """
-        georect.GeorectWizard(self)
-
     def OnGCPManager(self, event):
         """!Launch georectifier module
         """
@@ -942,7 +936,6 @@ class GMFrame(wx.Frame):
     def OnMapCalculator(self, event, cmd = ''):
         """!Init map calculator for interactive creation of mapcalc statements
         """
-
         if event:
             cmd = self.GetMenuCmd(event)
 

+ 1 - 6
gui/wxpython/xml/menudata.xml

@@ -614,15 +614,10 @@
 	</menu>
 	<separator />
 	<menuitem>
-	  <label>Manage Ground Control Points</label>
+	  <label>Georectify</label>
 	  <help>Manage Ground Control Points for Georectification</help>
 	  <handler>OnGCPManager</handler>
 	</menuitem>
-	<menuitem>
-	  <label>Georectify</label>
-	  <help>Georectify raster and vector maps</help>
-	  <handler>OnGeorectify</handler>
-	</menuitem>
 	<separator />
 	<menuitem>
 	  <label>Graphical modeler</label>