[GRASS-SVN] r63295 - grass/trunk/gui/wxpython/lmgr
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Nov 29 16:10:38 PST 2014
Author: annakrat
Date: 2014-11-29 16:10:38 -0800 (Sat, 29 Nov 2014)
New Revision: 63295
Modified:
grass/trunk/gui/wxpython/lmgr/layertree.py
Log:
wxGUI: fix rast3d -> 3draster
Modified: grass/trunk/gui/wxpython/lmgr/layertree.py
===================================================================
--- grass/trunk/gui/wxpython/lmgr/layertree.py 2014-11-29 21:59:07 UTC (rev 63294)
+++ grass/trunk/gui/wxpython/lmgr/layertree.py 2014-11-30 00:10:38 UTC (rev 63295)
@@ -736,7 +736,7 @@
if vect:
cmd.append('vect=%s' % ','.join(vect))
if rast3d:
- cmd.append('rast3d=%s' % ','.join(rast3d))
+ cmd.append('3draster=%s' % ','.join(rast3d))
# print output to command log area
if len(cmd) > 1:
More information about the grass-commit
mailing list