#689 closed defect (fixed)
wxgui - georectify: group does not exist
Reported by: | mlennert | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 6.5.0 |
Component: | wxGUI | Version: | svn-develbranch6 |
Keywords: | wxgui georectify | Cc: | |
CPU: | All | Platform: | All |
Description
- import a non-georeferenced image into unprojected xy-location
- verify that r.in.gdal has created relevant group
- enter projected location
- launch georectify
- create GCPs
- click on button to launch actual rectification
- add another point
=> error message "Group does not exist".
Clicking the launch button a second time then launches i.rectify.
Moritz
Change History (6)
comment:1 by , 15 years ago
Summary: | wxgui - georectify: group not found → wxgui - georectify: group does not exist |
---|
comment:2 by , 15 years ago
CPU: | Unspecified → All |
---|---|
Platform: | Unspecified → All |
Priority: | normal → major |
Version: | 6.4.0 RCs → svn-develbranch6 |
follow-up: 4 comment:3 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
I see that the problems with georectification in 6.5 are reported in ticket #705. So I'm closing this one.
comment:4 by , 15 years ago
Note:
See TracTickets
for help on using tickets.
It's not completely clear from the description, but I'm pretty sure that this is fixed. Basically, georectification was broken because it was not running i.rectify in the source (xy) location. Hence, it could not find the group in the source location. I've fixed this. But there is still a problem with creating a group from the georectifier because it is switching back out of the source location when i.group is run. If this is not reported elsewhere, I'll open a separate ticket on this.
I'm also not sure whether this is reported for 6.4 or 6.5 (see properties). I've fixed this for 6.4. 6.5 is also broken but in a different way.
I'm closing this for 6.4 but leaving it open for version 6.5 because I suspect that there are similar causes to 6.5 breaking.
Michael