提交
This commit is contained in:
@ -175,6 +175,8 @@ class BillboardObject extends Base {
|
||||
this.options.attribute.goods = this.options.attribute.goods || {}
|
||||
this.options.attribute.goods.content =
|
||||
this.options.attribute.goods.content || []
|
||||
|
||||
this.options.richTextContent = options.richTextContent || ''
|
||||
// this.options.coordinate = options.coordinate || ''
|
||||
this.operate = {}
|
||||
this._elms = {}
|
||||
@ -2390,7 +2392,7 @@ class BillboardObject extends Base {
|
||||
this.entity.position = new Cesium.CallbackProperty(function () {
|
||||
return cartesian
|
||||
}, false)
|
||||
if(this.#_positionEditingCallback) {
|
||||
if (this.#_positionEditingCallback) {
|
||||
this.#_positionEditingCallback()
|
||||
this.#_positionEditingCallback = null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user