[GRASS-SVN] r58426 - grass/trunk/gui/wxpython/core
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Dec 9 04:00:10 PST 2013
Author: martinl
Date: 2013-12-09 04:00:10 -0800 (Mon, 09 Dec 2013)
New Revision: 58426
Modified:
grass/trunk/gui/wxpython/core/giface.py
Log:
wxGUI: add GetLayerTree() to StandaloneGrassInterface
Modified: grass/trunk/gui/wxpython/core/giface.py
===================================================================
--- grass/trunk/gui/wxpython/core/giface.py 2013-12-09 11:57:32 UTC (rev 58425)
+++ grass/trunk/gui/wxpython/core/giface.py 2013-12-09 12:00:10 UTC (rev 58426)
@@ -256,6 +256,9 @@
def GetLayerList(self):
raise NotImplementedError()
+ def GetLayerTree(self):
+ return None
+
def GetMapDisplay(self):
"""!Get current map display.
"""
More information about the grass-commit
mailing list