修改飞线和光照bug
This commit is contained in:
@ -98,6 +98,7 @@ export default class Sunshine {
|
||||
}
|
||||
|
||||
if (state) {
|
||||
let _this = this
|
||||
this._DialogObject = await new Dialog(this.sdk, this.originalOptions, {
|
||||
title: '光照属性', left: '180px', top: '100px',
|
||||
confirmCallBack: (options) => {
|
||||
@ -106,6 +107,7 @@ export default class Sunshine {
|
||||
this.Dialog.confirmCallBack && this.Dialog.confirmCallBack(this.originalOptions)
|
||||
syncData(this.sdk, this.options.id)
|
||||
syncSplitData(this.sdk, this.options.id)
|
||||
this.remove()
|
||||
},
|
||||
resetCallBack: () => {
|
||||
this.reset()
|
||||
@ -116,6 +118,7 @@ export default class Sunshine {
|
||||
// },
|
||||
closeCallBack: () => {
|
||||
this.reset()
|
||||
_this.remove()
|
||||
// this.entity.style = new Cesium.Cesium3DTileStyle({
|
||||
// color: "color('rgba(255,255,255," + this.newData.transparency + ")')",
|
||||
// show: true,
|
||||
|
Reference in New Issue
Block a user