소스 검색

Updated function name to use the new tgis API naming

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@56614 15284696-431f-4ddb-bdfa-cd5b030d7da7
Soeren Gebbert 12 년 전
부모
커밋
af8e375fa9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      gui/wxpython/animation/temporal_manager.py

+ 1 - 1
gui/wxpython/animation/temporal_manager.py

@@ -242,7 +242,7 @@ class TemporalManager(object):
 
                 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: