Exemplo n.º 1
0
 def __init__(self, vocabularyController, layers):
     self.vocabularyController = vocabularyController
     self.layers = layers
     multipleLayers = False
     if len(layers) > 1:
         multipleLayers = True
     self._view = ContextualMenuOnLayerView(self, multipleLayers)
     self.log = logging.getLogger(__name__)