|
@@ -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.
|
|
"""
|
|
"""
|