Opened 16 years ago
Closed 15 years ago
#464 closed defect (fixed)
wxGUI: georectify tool fails to create a group
Reported by: | msieczka | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 6.4.0 |
Component: | wxGUI | Version: | 6.4.0 RCs |
Keywords: | Cc: | ||
CPU: | All | Platform: | All |
Description
When no group is present in the target mapset pressing the "Create/edit group..." does nothing and an error is printed on the terminal:
ERROR: G_getenv(): Variable LOCATION_NAME not set
Change History (2)
comment:1 by , 15 years ago
Version: | svn-develbranch6 → 6.4.0 RCs |
---|
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in r39382. Please test.
Michael
Note:
See TracTickets
for help on using tickets.
The reason for this is that running i.group somehow switches out of the source (xy) location back to the original (target) location. There is something in menuform.py or possibly gselect.py that is overriding the environmental settings in force when it they are called. So far, I have not been able to find the reason for this.
AFAIK, this is in all branches. But I'm putting it to 6.4 RC so that we try to get this solved soon.
Michael