浏览代码

辅助研判定位距离拉近

maxx0329 4 天之前
父节点
当前提交
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),
           });