Opened 6 years ago
Last modified 6 years ago
#3668 new defect
gselect for space-time dataset stops working when creating a new mapset
Reported by: | martinl | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.6.2 |
Component: | wxGUI | Version: | 7.4.1 |
Keywords: | temporal, gselect | Cc: | |
CPU: | Unspecified | Platform: | Unspecified |
Description
Steps to reproduce:
- open t.info dialog and select dataset, works
- create new mapset (Settings -> GRASS working environment -> Create new mapset)
- open t.info and select dataset, fails with
GRASS_INFO_MESSAGE(16125,1): ERROR: Unable to execute sql statement. You have no permission to access mapset <test>, or mapset <test> has no temporal database. Accessible mapsets are: <modis> GRASS_INFO_END(16125,1) Temporal GIS error: Unable to execute sql statement. You have no permission to access mapset <test>, or mapset <test> has no temporal database. Accessible mapsets are: <modis> ... Traceback (most recent call last): File "/opt/src/grass7_trunk/dist.x86_64-pc-linux-gnu/gui/wxpython/gui_core/gselect.py", line 448, in OnPopup self.GetElementList(selected, exclude) File "/opt/src/grass7_trunk/dist.x86_64-pc-linux-gnu/gui/wxpython/gui_core/gselect.py", line 460, in GetElementList self._getElementList(self.type, self.mapsets, elements, exclude) File "/opt/src/grass7_trunk/dist.x86_64-pc-linux-gnu/gui/wxpython/gui_core/gselect.py", line 550, in _getElementList if mapset not in filesdict: TypeError: argument of type 'NoneType' is not iterable
Change History (7)
comment:1 by , 6 years ago
comment:2 by , 6 years ago
Summary: | gselect for space data dataset stop working when creating new mapset → gselect for space-time dataset stops working when creating a new mapset |
---|
comment:3 by , 6 years ago
Version: | 7.4.0 → 7.4.1 |
---|
comment:7 by , 6 years ago
Milestone: | 7.4.5 → 7.6.2 |
---|
Note:
See TracTickets
for help on using tickets.
It seems that only st datasets in the path can be accessed. There is inconsistency compared to raster/vector data you can access even its mapset is not the path.
Raster or vector data can be access even the mapset is not in the path.