diff --git a/public/config.js b/public/config.js index 26ae10b..bfb9886 100644 --- a/public/config.js +++ b/public/config.js @@ -2,10 +2,10 @@ const isCamera = false; // 是否开启相机限制 const cameraLon = 116.3974; // 相机经度 const cameraLat = 39.9042; // 相机纬度 const cameraRadius = 40000; // 相机半径 -const allPositionLon = 116.3974; // 全部阵地跳转经度 -const allPositionLat = 39.9042; // 全部阵地跳转纬度 -const allPositionAlt = 39.9042; // 全部阵地跳转高度 -const allPositionPitch = -90; // 全部阵地跳转俯仰角 +const allPositionLon = 116.3974; // 全部防区跳转经度 +const allPositionLat = 39.9042; // 全部防区跳转纬度 +const allPositionAlt = 39.9042; // 全部防区跳转高度 +const allPositionPitch = -90; // 全部防区跳转俯仰角 window.mapConfig = { isCamera: isCamera,