Pārlūkot izejas kodu

wxGUI: add GetLayerTree() to StandaloneGrassInterface

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@58426 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 11 gadi atpakaļ
vecāks
revīzija
1a1f796110
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  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.
         """