Procházet zdrojové kódy

fix zoom

tags/3.2.0
cavencj před 2 roky
rodič
revize
85394e92b6
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      src/modules/viewer/Viewer.js

+ 1
- 1
src/modules/viewer/Viewer.js Zobrazit soubor

@@ -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

Načítá se…
Zrušit
Uložit