Opened 16 years ago
Closed 16 years ago
#470 closed defect (fixed)
vector georect broken in wx gui
Reported by: | isaacullah | Owned by: | martinl |
---|---|---|---|
Priority: | major | Milestone: | 6.4.0 |
Component: | wxGUI | Version: | svn-develbranch6 |
Keywords: | georectification vector | Cc: | grass-dev@… |
CPU: | Unspecified | Platform: | Linux |
Description
When applying rectification to vectors in WXgui, the following error is displayed when finally trying to finish the georectification process after picking all GCPs...
Traceback (most recent call last):
File "/usr/local/grass-6.5.svn/etc/wxpython/gui_modules/ge
orect.py", line 1018, in OnGeorect
f = open(self.vgrpfile) AttributeError : 'GCP' object has no attribute 'vgrpfile'
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.
Hopefully fixed in r35710 (relbr64) r35714 (devbr6) and r35711 (trunk)