|
@@ -42,7 +42,6 @@ from core.render import Map
|
|
from gui_core.forms import GUI
|
|
from gui_core.forms import GUI
|
|
from core.debug import Debug as Debug
|
|
from core.debug import Debug as Debug
|
|
from core.settings import UserSettings
|
|
from core.settings import UserSettings
|
|
-from nviz.main import haveNviz
|
|
|
|
|
|
|
|
class RulesPanel:
|
|
class RulesPanel:
|
|
def __init__(self, parent, mapType, attributeType, properties, panelWidth = 180):
|
|
def __init__(self, parent, mapType, attributeType, properties, panelWidth = 180):
|
|
@@ -1676,6 +1675,7 @@ class ThematicVectorTable(VectorColorTable):
|
|
|
|
|
|
data['vector'][self.vectorType]['thematic']['update'] = None
|
|
data['vector'][self.vectorType]['thematic']['update'] = None
|
|
|
|
|
|
|
|
+ from nviz.main import haveNviz
|
|
if haveNviz:
|
|
if haveNviz:
|
|
from nviz.mapwindow import wxUpdateProperties
|
|
from nviz.mapwindow import wxUpdateProperties
|
|
|
|
|