|
@@ -206,7 +206,6 @@ export class SSCPZZoneLegendItem extends SPolygonItem {
|
|
|
toData(): any {
|
|
|
this.data.Pos = { X: this.x, Y: this.y };
|
|
|
this.data.Name = this.name;
|
|
|
- console.log(this.zOrder);
|
|
|
this.data.Properties.Zorder = this.zOrder;
|
|
|
this.data.Properties.FillColor = this.fillColor.value;
|
|
|
this.data.Properties.StrokeColor = this.strokeColor.value;
|