12-19
This commit is contained in:
@ -634,6 +634,8 @@ class GroundText extends Base {
|
||||
this.angle = this.originalOptions.angle
|
||||
this.scale = this.originalOptions.scale
|
||||
this.color = this.originalOptions.color
|
||||
syncData(this.sdk, this.options.id)
|
||||
syncSplitData(this.sdk, this.options.id)
|
||||
}
|
||||
|
||||
async remove() {
|
||||
|
||||
@ -452,6 +452,8 @@ class StandText extends Base {
|
||||
maximumHeights.push(positions[i].alt + extrudedHeight)
|
||||
}
|
||||
this.entity.wall.positions = Cesium.Cartesian3.fromDegreesArray(fromDegreesArray)
|
||||
syncData(this.sdk, this.options.id)
|
||||
syncSplitData(this.sdk, this.options.id)
|
||||
}
|
||||
|
||||
async remove() {
|
||||
|
||||
Reference in New Issue
Block a user