|
@@ -137,6 +137,7 @@ export class TipelineItem extends SPolylineItem {
|
|
}
|
|
}
|
|
})
|
|
})
|
|
if (this.data) {
|
|
if (this.data) {
|
|
|
|
+ this.data.Name = this.name;
|
|
this.data.PointList = pointList
|
|
this.data.PointList = pointList
|
|
this.data.Properties.LineWidth = this.lineWidth
|
|
this.data.Properties.LineWidth = this.lineWidth
|
|
// this.data.Properties.LineDash = this.LineDash;
|
|
// this.data.Properties.LineDash = this.LineDash;
|