|
@@ -445,7 +445,6 @@ export default {
|
|
|
zoneItem.visible = Boolean(zoneItem.legendData.outline);
|
|
|
// zoneItem.connect("finishCreated", this.scene, this.scene.finishCreated);
|
|
|
zoneItem.connect("onContextMenu", this, this.scene.getItem);
|
|
|
- console.log(this.styleMap)
|
|
|
if (this.styleMap[zone.id]) {
|
|
|
SPlanDecorator.zoneDecorator(zoneItem, this.styleMap[zone.id]);
|
|
|
} else if (this.styleMap[zone.classCode]) {
|
|
@@ -453,7 +452,6 @@ export default {
|
|
|
} else {
|
|
|
SPlanDecorator.zoneDecorator(zoneItem, this.styleMap["defaultZoneStyle"]);
|
|
|
}
|
|
|
- window.zone = zoneItem
|
|
|
this.scene.addItem(zoneItem);
|
|
|
this.ADDZONE(zoneItem);
|
|
|
}
|