ソースを参照

辅助研判定位距离拉近

maxx0329 2 日 前
コミット
8f4ba940fa
1 ファイル変更2 行追加2 行削除
  1. 2 2
      src/views/farmlandProtection/components/fxjg.vue

+ 2 - 2
src/views/farmlandProtection/components/fxjg.vue

@@ -248,9 +248,9 @@ export default {
               }
             });
           }
-           
+          
           var pitch = height ? -0.8 : -45; // Cesium.Math.toRadians(-45.0);-0.7853981633974483
-          let range = height ? 3000 : 5000;
+          let range = height ? 3000 : 3000;
           viewer.flyTo(data, {
             offset: new Cesium.HeadingPitchRange(0, pitch, range),
           });