[GRASS-dev] [GRASS GIS] #1473: wxgui fails to set computational region from display extent

#1473: wxgui fails to set computational region from display extent
-------------------------+--------------------------------------------------
Reporter: marisn | Owner: grass-dev@…
     Type: defect | Status: new
Priority: normal | Milestone:
Component: wxGUI | Version: svn-trunk
Keywords: | Platform: Unspecified
      Cpu: Unspecified |
-------------------------+--------------------------------------------------
Zoom into map; click "set computational region from display extent"; go to
Settings -> region -> display and observe how result is totally different
from one displayed at the bottom of map display window when displaying of
"extent" is selected.

trunk svn r48707

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

#1473: wxgui fails to set computational region from display extent
-------------------------+--------------------------------------------------
Reporter: marisn | Owner: grass-dev@…
     Type: defect | Status: new
Priority: normal | Milestone:
Component: wxGUI | Version: svn-trunk
Keywords: | Platform: Unspecified
      Cpu: Unspecified |
-------------------------+--------------------------------------------------

Comment(by annakrat):

I've had just a quick look at it and the problem could be in
`render.AlignResolution`, but I'm not sure what it is exactly doing, see
the doc string:

{{{
"""!Sets display extents to even multiple of current
     resolution defined in WIND file from SW corner. This must be
     done manually as using the -a flag can produce incorrect
     extents.
     """
}}}

The differences in your screenshot are really big, I can see only small
differences when I try to reproduce the problem myself. Maybe it could be
related to projection?

Anna

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

#1473: wxgui fails to set computational region from display extent
--------------------------+-------------------------------------------------
  Reporter: marisn | Owner: grass-dev@…
      Type: defect | Status: closed
  Priority: normal | Milestone:
Component: wxGUI | Version: svn-trunk
Resolution: worksforme | Keywords:
  Platform: Unspecified | Cpu: Unspecified
--------------------------+-------------------------------------------------
Changes (by marisn):

  * status: new => closed
  * resolution: => worksforme

Comment:

Either it has been fixed by accident or it depends on some other settings.
Can not reproduce it anymore with r49125

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