Browse Source

wxGUI: add GetLayerTree() to StandaloneGrassInterface

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@58426 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 11 years ago
parent
commit
1a1f796110
1 changed files with 3 additions and 0 deletions
  1. 3 0
      gui/wxpython/core/giface.py

+ 3 - 0
gui/wxpython/core/giface.py

@@ -256,6 +256,9 @@ class StandaloneGrassInterface():
     def GetLayerList(self):
         raise NotImplementedError()
 
+    def GetLayerTree(self):
+        return None
+
     def GetMapDisplay(self):
         """!Get current map display.
         """