Opened 16 years ago

Closed 15 years ago

#299 closed defect (fixed)

wxGUI fails to handle illegal region extent

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

Description

  1. Zoom in a lot.
  1. "Set computational region from display" - error:
Execution failed: 'g.region --o n=4915470.000000 s=4915470.000000 e=586020.000000 w=586020.000000 rows=0.000000 cols=0.000000'

Details: 
Error: Nieprawidłowy region: Niedozwolona wartość rzędu
Traceback (most recent call last):
  File "/usr/local/grass-6.4.svn/etc/wxpython/gui_modules/ma
pdisp.py", line 2315, in DisplayToWind

p = gcmd.Command(cmdRegion)
  File
"/usr/local/grass-6.4.svn/etc/wxpython/gui_modules/gcmd.py",
line 358, in __init__

_("Error: ") + self.GetError()))
gui_modules.gcmd
.
CmdError

Change History (2)

comment:1 by martinl, 16 years ago

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

Fixed in r33308.

comment:2 by martinl, 15 years ago

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