[GRASS-SVN] r52963 - grass/branches/releasebranch_6_4/gui/wxpython/gui_core

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Aug 29 00:49:42 PDT 2012


Author: annakrat
Date: 2012-08-29 00:49:39 -0700 (Wed, 29 Aug 2012)
New Revision: 52963

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/gui_core/goutput.py
Log:
wxGUI: add newly created 3d raster to layer tree as 3d-raster, not vector (merge from trunk, r52960)

Modified: grass/branches/releasebranch_6_4/gui/wxpython/gui_core/goutput.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/gui_core/goutput.py	2012-08-29 07:48:55 UTC (rev 52962)
+++ grass/branches/releasebranch_6_4/gui/wxpython/gui_core/goutput.py	2012-08-29 07:49:39 UTC (rev 52963)
@@ -957,6 +957,9 @@
                             if prompt == 'raster':
                                 lcmd = ['d.rast',
                                         'map=%s' % name]
+                            elif prompt == '3d-raster':
+                                lcmd = ['d.rast3d',
+                                        'map=%s' % name]
                             else:
                                 lcmd = ['d.vect',
                                         'map=%s' % name]



More information about the grass-commit mailing list