Opened 15 years ago

Closed 15 years ago

#395 closed defect (fixed)

wxGUI: can't handle whole-Earth extent

Reported by: msieczka Owned by: martinl
Priority: critical Milestone: 6.4.0
Component: wxGUI Version: svn-develbranch6
Keywords: Cc: grass-dev@…
CPU: All Platform: All

Description

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@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.

Change History (2)

comment:1 by martinl, 15 years ago

Cc: grass-dev@… added
Owner: changed from grass-dev@… to martinl
Status: newassigned

Hopefully fixed in r34834 (6.4) and r34835 (7.0).

comment:2 by martinl, 15 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.