#464: wxGUI: georectify tool fails to create a group
----------------------+-----------------------------------------------------
Reporter: msieczka | Owner: grass-dev@lists.osgeo.org
Type: defect | Status: new
Priority: major | Milestone: 6.4.0
Component: wxGUI | Version: svn-develbranch6
Keywords: | Platform: All
Cpu: All |
----------------------+-----------------------------------------------------
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
}}}
#464: wxGUI: georectify tool fails to create a group
-----------------------+----------------------------------------------------
Reporter: msieczka | Owner: grass-dev@lists.osgeo.org
Type: defect | Status: new
Priority: major | Milestone: 6.4.0
Component: wxGUI | Version: 6.4.0 RCs
Resolution: | Keywords:
Platform: All | Cpu: All
-----------------------+----------------------------------------------------
Changes (by cmbarton):
* version: svn-develbranch6 => 6.4.0 RCs
Comment:
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.