Opened 16 years ago
Closed 16 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
- Zoom in a lot.
- "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 , 16 years ago
Cc: | added |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in r33308.