| | |
| | | lineColor = global.DC.Namespace.Cesium.Color.fromBytes(r, g, b, 255) |
| | | } |
| | | addPlotOverlayData.setStyle({ |
| | | material: lineColor, |
| | | width: 3 |
| | | material: new global.DC.PolylineArrowMaterialProperty(lineColor), |
| | | width: 10 |
| | | }) |
| | | |
| | | data.linePositionStr = positionNewArr |
| | |
| | | lineColor = global.DC.Namespace.Cesium.Color.fromBytes(r, g, b, 255) |
| | | } |
| | | overlay.attrParams.lineObj.setStyle({ |
| | | "material": lineColor, |
| | | 'width': 3 |
| | | material: new global.DC.PolylineArrowMaterialProperty(lineColor), |
| | | width: 10 |
| | | }) |
| | | overlay.attrParams.linePositionStr = linePosition |
| | | overlay.attrParams.polygonPositionStr = positionStr |