Просмотр исходного кода

fix: Cesium.Rectangle.center 参数错误

tags/3.2.0
shenweiqun 2 лет назад
Родитель
Сommit
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,

Загрузка…
Отмена
Сохранить