Opened 15 years ago

Closed 15 years ago

#464 closed defect (fixed)

wxGUI: georectify tool fails to create a group

Reported by: msieczka Owned by: grass-dev@…
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 cmbarton, 15 years ago

Version: svn-develbranch66.4.0 RCs

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

comment:2 by cmbarton, 15 years ago

Resolution: fixed
Status: newclosed

Fixed in r39382. Please test.

Michael

Note: See TracTickets for help on using tickets.