[GRASS-SVN] r53483 - grass-addons/grass7/gui/wxpython/wx.animation/animation

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Oct 18 23:16:57 PDT 2012


Author: annakrat
Date: 2012-10-18 23:16:51 -0700 (Thu, 18 Oct 2012)
New Revision: 53483

Modified:
   grass-addons/grass7/gui/wxpython/wx.animation/animation/temporal_manager.py
Log:
wx.animation: tgis init changed

Modified: grass-addons/grass7/gui/wxpython/wx.animation/animation/temporal_manager.py
===================================================================
--- grass-addons/grass7/gui/wxpython/wx.animation/animation/temporal_manager.py	2012-10-19 01:26:48 UTC (rev 53482)
+++ grass-addons/grass7/gui/wxpython/wx.animation/animation/temporal_manager.py	2012-10-19 06:16:51 UTC (rev 53483)
@@ -49,7 +49,7 @@
         self.temporalMapTime = None
 
         # Make sure the temporal database exists
-        tgis.create_temporal_database()
+        tgis.init()
 
     def GetTemporalType(self):
         """!Get temporal type (TemporalType.ABSOLUTE, TemporalType.RELATIVE)"""



More information about the grass-commit mailing list