diff --git a/gui/wxpython/gui_core/vselect.py b/gui/wxpython/gui_core/vselect.py index 961ef570148..a69af5b60fb 100644 --- a/gui/wxpython/gui_core/vselect.py +++ b/gui/wxpython/gui_core/vselect.py @@ -358,6 +358,7 @@ def OnExportMap(self, event): if ret == 0: tree = self._giface.GetLayerTree() if tree: + outMap = f"{outMap}@{grass.gisenv()['MAPSET']}" tree.AddLayer( ltype="vector", lname=outMap,