[GRASS-dev] [GRASS GIS] #295: region corrupted
GRASS GIS
trac at osgeo.org
Sat Sep 6 07:41:25 EDT 2008
#295: region corrupted
----------------------+-----------------------------------------------------
Reporter: msieczka | Owner: grass-dev at lists.osgeo.org
Type: defect | Status: new
Priority: critical | Milestone: 6.4.0
Component: wxGUI | Version: svn-develbranch6
Keywords: | Platform: All
Cpu: All |
----------------------+-----------------------------------------------------
1. Set region on CLI to something complex, like:
{{{
$ g.region n=883092.909724 s=883084.031429 w=236640.192128 e=236652.239791
nsres=5.10978688 ewres=3.92674331 -g
n=883092.909724
s=883084.031429
w=236640.192128
e=236652.239791
nsres=4.4391475
ewres=4.01588767
rows=2
cols=3
cells=6
}}}
2. In wxGUI: "Zoom to computational region..."
3. In wxGUI: "Set computational region from display"
4. On CLI:
{{{
$ g.region -g
n=883092.929617
s=883084.051322
w=236640.196842
e=236652.244505
nsres=4.4391475
ewres=4.01588767
rows=2
cols=3
cells=6
}}}
Bad. The region extent must not be different in both g.region -g outputs.
wxGUI does something wrong when dealing with floating-point region
settings.
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/295>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list