| radialColor: Cesium.Color.WHITE, | radialColor: Cesium.Color.WHITE, | ||||
| radialWidth: 2, | radialWidth: 2, | ||||
| showRadial: true, | showRadial: true, | ||||
| LableColor: Cesium.Color.YELLOW, | |||||
| LabelColor: Cesium.Color.YELLOW, | |||||
| weftColor: Cesium.Color.WHITE, | weftColor: Cesium.Color.WHITE, | ||||
| weftWidth: 2 | weftWidth: 2 | ||||
| } | } | ||||
| label: { | label: { | ||||
| text: i * 10 + '°', | text: i * 10 + '°', | ||||
| font: '12px', | font: '12px', | ||||
| fillColor: this._options.LableColor | |||||
| fillColor: this._options.LabelColor | |||||
| } | } | ||||
| }) | }) | ||||
| } | } |