瀏覽代碼

fix: Cesium.Rectangle.center 参数错误

tags/3.2.0
shenweiqun 2 年之前
父節點
當前提交
dcdf44d6dc
共有 1 個檔案被更改,包括 2 行新增4 行删除
  1. 2
    4
      src/modules/overlay/vector/Rect.js

+ 2
- 4
src/modules/overlay/vector/Rect.js 查看文件

@@ -45,11 +45,9 @@ class Rect extends Overlay {
* @returns {Rect}
*/
setLabel(text, textStyle) {
const rectangle = this._delegate.rectangle.coordinates.getValue()
this._delegate.position = Cesium.Cartographic.toCartesian(
Cesium.Rectangle.center(
this._delegate.rectangle,
new Cesium.Cartographic()
)
Cesium.Rectangle.center(rectangle, new Cesium.Cartographic())
)
this._delegate.label = {
...textStyle,

Loading…
取消
儲存