[GRASS-dev] [GRASS GIS] #395: wxGUI: can't handle whole-Earth extent
GRASS GIS
trac at osgeo.org
Wed Dec 10 17:27:52 EST 2008
#395: wxGUI: can't handle whole-Earth extent
----------------------+-----------------------------------------------------
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 |
----------------------+-----------------------------------------------------
In lat/long locations GRASS GUI can't handle extent greater than 180W-
180E:90S-90N.
Example:
{{{
$ g.region res=1 n=90 s=-90 w=-180 e=180 rows=180 -g
n=90
s=-90
w=-180
e=180
nsres=1
ewres=1
rows=180
cols=360
cells=64800
$ v.in.region out=check
$ g.gui wxpython&
}}}
Add the vector map 'check' to display, try to pan or zoom out - error:
{{{
Execution failed: 'd.vect map=check at PERMANENT
type=point,area,face,centroid,line,boundary --q'
Details:
Error: region for current mapset line 4: <north: 468.670220741>run
"g.region"
}}}
The Map Window brakes. You need to restart it. This makes browsing global
lat/long data very problematic. Issue present in gis.m as well.
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/395>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list