[GRASS-SVN] r64296 - grass/trunk/gui/wxpython/core

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Jan 24 08:54:21 PST 2015


Author: annakrat
Date: 2015-01-24 08:54:21 -0800 (Sat, 24 Jan 2015)
New Revision: 64296

Modified:
   grass/trunk/gui/wxpython/core/utils.py
Log:
wxGUI: fix finding fully qualified name for 3d rasters

Modified: grass/trunk/gui/wxpython/core/utils.py
===================================================================
--- grass/trunk/gui/wxpython/core/utils.py	2015-01-24 16:03:31 UTC (rev 64295)
+++ grass/trunk/gui/wxpython/core/utils.py	2015-01-24 16:54:21 UTC (rev 64296)
@@ -160,6 +160,8 @@
                     try:
                         if layerType in ('raster', 'rgb', 'his'):
                             findType = 'cell'
+                        elif layerType == '3d-raster':
+                            findType = 'grid3'
                         else:
                             findType = layerType
                         mapset = grass.find_file(mapname, element = findType)['mapset']



More information about the grass-commit mailing list