[GRASS-SVN] r56304 - grass/branches/develbranch_6/gui/wxpython/core
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun May 19 01:33:36 PDT 2013
Author: hamish
Date: 2013-05-19 01:33:35 -0700 (Sun, 19 May 2013)
New Revision: 56304
Modified:
grass/branches/develbranch_6/gui/wxpython/core/render.py
Log:
fix enviro variable name, speeding up rendering
Modified: grass/branches/develbranch_6/gui/wxpython/core/render.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/core/render.py 2013-05-18 22:40:49 UTC (rev 56303)
+++ grass/branches/develbranch_6/gui/wxpython/core/render.py 2013-05-19 08:33:35 UTC (rev 56304)
@@ -886,7 +886,7 @@
else:
os.environ["GRASS_PNG_AUTO_WRITE"] = "TRUE"
os.environ["GRASS_PNG_READ"] = "FALSE"
- os.environ["GRASS_COMPRESSION"] = "0"
+ os.environ["GRASS_PNG_COMPRESSION"] = "0"
os.environ["GRASS_TRUECOLOR"] = "TRUE"
os.environ["GRASS_RENDER_IMMEDIATE"] = "TRUE"
More information about the grass-commit
mailing list