[GRASS-SVN] r30784 - grass/trunk/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Mar 28 17:03:01 EDT 2008
Author: martinl
Date: 2008-03-28 17:03:01 -0400 (Fri, 28 Mar 2008)
New Revision: 30784
Modified:
grass/trunk/gui/wxpython/gui_modules/wxgui_utils.py
Log:
wxGUI: do not render map layer (with paramaters) by default
Modified: grass/trunk/gui/wxpython/gui_modules/wxgui_utils.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/wxgui_utils.py 2008-03-28 20:43:21 UTC (rev 30783)
+++ grass/trunk/gui/wxpython/gui_modules/wxgui_utils.py 2008-03-28 21:03:01 UTC (rev 30784)
@@ -540,7 +540,7 @@
opacity = 1.0
if lcmd and len(lcmd) > 1:
cmd = lcmd
- render = True
+ render = False
name = utils.GetLayerNameFromCmd(lcmd)
else:
cmd = []
More information about the grass-commit
mailing list