ソースを参照

fix zoom

tags/3.2.0
cavencj 2年前
コミット
85394e92b6
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      src/modules/viewer/Viewer.js

+ 1
- 1
src/modules/viewer/Viewer.js ファイルの表示

@@ -188,7 +188,7 @@ class Viewer {
}

get zoom() {
let height = this._delegate.camera.positionCartographic.height
let height = this.camera.positionCartographic.height
let A = 40487.57
let B = 0.00007096758
let C = 91610.74

読み込み中…
キャンセル
保存