[GRASS-SVN] r65655 - grass/branches/releasebranch_7_0/gui/wxpython/animation

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Jul 19 12:09:02 PDT 2015


Author: annakrat
Date: 2015-07-19 12:09:02 -0700 (Sun, 19 Jul 2015)
New Revision: 65655

Modified:
   grass/branches/releasebranch_7_0/gui/wxpython/animation/data.py
Log:
wxGUI/animation: fix setting region, broken in r65226 (merge from trunk, r65540)

Modified: grass/branches/releasebranch_7_0/gui/wxpython/animation/data.py
===================================================================
--- grass/branches/releasebranch_7_0/gui/wxpython/animation/data.py	2015-07-19 19:06:13 UTC (rev 65654)
+++ grass/branches/releasebranch_7_0/gui/wxpython/animation/data.py	2015-07-19 19:09:02 UTC (rev 65655)
@@ -223,6 +223,10 @@
         del currRegion['cells']
         del currRegion['cols']
         del currRegion['rows']
+        if 'projection' in currRegion:
+            del currRegion['projection']
+        if 'zone' in currRegion:
+            del currRegion['zone']
         regions = []
         for i in range(self._mapCount):
             if endRegion or zoomValue:



More information about the grass-commit mailing list