Jelajahi Sumber

wxGUI: add GetLayerTree() to StandaloneGrassInterface

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@58426 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 11 tahun lalu
induk
melakukan
1a1f796110
1 mengubah file dengan 3 tambahan dan 0 penghapusan
  1. 3 0
      gui/wxpython/core/giface.py

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

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