From fb83485ab14cdf80ce394ab3e7d38a9dd8439516 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 17 Oct 2025 15:51:44 +0800
Subject: [PATCH] Merge branch 'feature/v7.0/7.0.1' of http://139.196.74.78:10010/r/drone/drone-web-manage into feature/v7.0/7.0.1
---
src/utils/cesium/common.js | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/src/utils/cesium/common.js b/src/utils/cesium/common.js
index 6320f82..0e1aefc 100644
--- a/src/utils/cesium/common.js
+++ b/src/utils/cesium/common.js
@@ -13,7 +13,6 @@
import { analyzeKmzFile, XMLToJSON } from './kmz'
import { getCenterPoint, getLnglatDist, getShortestDistance } from './mapUtil'
import { Cartesian3, Terrain, Viewer } from 'cesium'
-import { imageryProvider_stand, imageryProvider_standZh } from '@/utils/cesium/cesiumLayer'
// 图斑航线计算
export const polygonRoutePlanning = (polygonList, startPostion) => {
@@ -164,7 +163,7 @@
* cesium添加蓝色滤镜
* @param options
* @param viewer
- * @param layer
+ * @param isUse
*/
export const addBlueFilter = (options, viewer, isUse = true) => {
const { bInvertColor, bFilterColor, filterColor } = options
@@ -201,4 +200,4 @@
fragShader[i] = fragShader[i].replace(strT, strS)
}
}
-}
\ No newline at end of file
+}
--
Gitblit v1.9.3