[GRASS-SVN] r52962 - grass/branches/develbranch_6/gui/wxpython/gui_core

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Aug 29 00:48:56 PDT 2012


Author: annakrat
Date: 2012-08-29 00:48:55 -0700 (Wed, 29 Aug 2012)
New Revision: 52962

Modified:
   grass/branches/develbranch_6/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/develbranch_6/gui/wxpython/gui_core/goutput.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_core/goutput.py	2012-08-29 07:47:29 UTC (rev 52961)
+++ grass/branches/develbranch_6/gui/wxpython/gui_core/goutput.py	2012-08-29 07:48:55 UTC (rev 52962)
@@ -959,6 +959,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