瀏覽代碼

wxGUI: add GetLayerTree() to StandaloneGrassInterface

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@58426 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 11 年之前
父節點
當前提交
1a1f796110
共有 1 個文件被更改,包括 3 次插入0 次删除
  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.
         """