[GRASS-SVN] r56306 - grass/trunk/gui/wxpython/core
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun May 19 01:42:37 PDT 2013
Author: hamish
Date: 2013-05-19 01:42:37 -0700 (Sun, 19 May 2013)
New Revision: 56306
Modified:
grass/trunk/gui/wxpython/core/render.py
Log:
fix enviro variable name, speeding up rendering (merge from devbr6)
Modified: grass/trunk/gui/wxpython/core/render.py
===================================================================
--- grass/trunk/gui/wxpython/core/render.py 2013-05-19 08:35:22 UTC (rev 56305)
+++ grass/trunk/gui/wxpython/core/render.py 2013-05-19 08:42:37 UTC (rev 56306)
@@ -404,7 +404,7 @@
# GRASS environment variable (for rendering)
self.env = {"GRASS_BACKGROUNDCOLOR" : "FFFFFF",
- "GRASS_COMPRESSION" : "0",
+ "GRASS_PNG_COMPRESSION" : "0",
"GRASS_TRUECOLOR" : "TRUE",
"GRASS_TRANSPARENT" : "TRUE",
"GRASS_PNG_READ" : "FALSE",
More information about the grass-commit
mailing list