Explorar el Código

upgrade the cesium

tags/2.16.0
Caven Chen hace 3 años
padre
commit
596cf61cdb

+ 1
- 1
modules/history-track/Track.js Ver fichero

polyline: { polyline: {
positions: new Cesium.CallbackProperty(() => { positions: new Cesium.CallbackProperty(() => {
return this._pathPositions return this._pathPositions
})
}, false)
} }
}) })
this._positionIndex = 0 this._positionIndex = 0

+ 1
- 1
modules/overlay/custom/CustomBillboard.js Ver fichero

stRotation = 0 stRotation = 0
} }
return stRotation return stRotation
})
}, false)
} }
return this return this
} }

+ 1
- 1
modules/overlay/custom/CustomLabel.js Ver fichero

stRotation = 0 stRotation = 0
} }
return stRotation return stRotation
})
}, false)
} }
return this return this
} }

+ 1
- 1
modules/overlay/vector/Circle.js Ver fichero

this._stRotation = 0 this._stRotation = 0
} }
return Cesium.Math.toRadians(this._stRotation) return Cesium.Math.toRadians(this._stRotation)
})
}, false)
return this return this
} }



+ 1
- 1
modules/plot/edit/EditBillboard.js Ver fichero

this._position = this._delegate.position.getValue(Cesium.JulianDate.now()) this._position = this._delegate.position.getValue(Cesium.JulianDate.now())
this._delegate.position = new Cesium.CallbackProperty(() => { this._delegate.position = new Cesium.CallbackProperty(() => {
return this._position return this._position
})
}, false)
this._layer.entities.add(this._delegate) this._layer.entities.add(this._delegate)
} }



+ 1
- 1
modules/plot/edit/EditPoint.js Ver fichero

this._position = this._delegate.position.getValue(Cesium.JulianDate.now()) this._position = this._delegate.position.getValue(Cesium.JulianDate.now())
this._delegate.position = new Cesium.CallbackProperty(() => { this._delegate.position = new Cesium.CallbackProperty(() => {
return this._position return this._position
})
}, false)
this._layer.entities.add(this._delegate) this._layer.entities.add(this._delegate)
} }



Cargando…
Cancelar
Guardar