#470: vector georect broken in wx gui
-------------------------------------+--------------------------------------
Reporter: isaacullah | Owner: grass-dev@lists.osgeo.org
Type: defect | Status: new
Priority: major | Milestone: 6.4.0
Component: wxGUI | Version: svn-develbranch6
Keywords: georectification vector | Platform: Linux
Cpu: Unspecified |
-------------------------------------+--------------------------------------
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'