[GRASS-SVN] r56614 - grass/trunk/gui/wxpython/animation
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Jun 5 08:10:01 PDT 2013
Author: huhabla
Date: 2013-06-05 08:10:01 -0700 (Wed, 05 Jun 2013)
New Revision: 56614
Modified:
grass/trunk/gui/wxpython/animation/temporal_manager.py
Log:
Updated function name to use the new tgis API naming
Modified: grass/trunk/gui/wxpython/animation/temporal_manager.py
===================================================================
--- grass/trunk/gui/wxpython/animation/temporal_manager.py 2013-06-05 15:09:05 UTC (rev 56613)
+++ grass/trunk/gui/wxpython/animation/temporal_manager.py 2013-06-05 15:10:01 UTC (rev 56614)
@@ -242,7 +242,7 @@
series = map.get_id()
- start, end = map.get_valid_time()
+ start, end = map.get_temporal_extent_as_tuple()
if end:
end = str(end)
if end is None:
More information about the grass-commit
mailing list