[GRASS-dev] [GRASS GIS] #437: 'Set computational region from display' button in doesn't change region settings

#437: 'Set computational region from display' button in doesn't change region
settings
---------------------------------+------------------------------------------
Reporter: epatton | Owner: grass-dev@lists.osgeo.org
     Type: defect | Status: new
Priority: major | Milestone: 6.4.0
Component: wxGUI | Version: svn-trunk
Keywords: map display, region | Platform: Linux
      Cpu: x86-64 |
---------------------------------+------------------------------------------
Clicking the 'Set computational region from display' button in the wxgui
Map Display window doesn't seem to change the current region settings.
After I zoom to a region of interest, click 'Set computational region from
display', then 'Zoom to computational region', the display changes to a
region I had set using the gis.m 'Set computational region from display'
button, not the wxgui one.

~ Eric.

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/437&gt;
GRASS GIS <http://grass.osgeo.org>

#437: 'Set computational region from display' button in doesn't change region
settings
----------------------+-----------------------------------------------------
  Reporter: epatton | Owner: grass-dev@lists.osgeo.org
      Type: defect | Status: new
  Priority: major | Milestone: 6.4.0
Component: wxGUI | Version: svn-trunk
Resolution: | Keywords: map display, region
  Platform: Linux | Cpu: x86-64
----------------------+-----------------------------------------------------
Comment (by epatton):

Here's a traceback from the wxgui Layer Manager output window when I try
to set the computational region fromt he Map Display:

{{{
Traceback (most recent call last):
   File "/usr/local/grass-7.0.svn/etc/wxpython/gui_modules/ma
pdisp_window.py", line 2424, in DisplayToWind

gcmd.RunCommand('g.region',
NameError
:
global name 'gcmd' is not defined

}}}

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/437#comment:1&gt;
GRASS GIS <http://grass.osgeo.org>

#437: 'Set computational region from display' button in doesn't change region
settings
----------------------+-----------------------------------------------------
  Reporter: epatton | Owner: grass-dev@lists.osgeo.org
      Type: defect | Status: closed
  Priority: major | Milestone: 7.0.0
Component: wxGUI | Version: svn-trunk
Resolution: fixed | Keywords: map display, region
  Platform: Linux | Cpu: x86-64
----------------------+-----------------------------------------------------
Changes (by martinl):

  * status: new => closed
  * resolution: => fixed
  * milestone: 6.4.0 => 7.0.0

Comment:

Should be fixed in r35441.

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/437#comment:2&gt;
GRASS GIS <http://grass.osgeo.org>