无人机管理后台前端(已迁走)
张含笑
2025-09-05 408a966e97b390af794f80ef8ffaee39f7405bea
src/utils/cesium/publicCesium.js
@@ -99,8 +99,8 @@
         dockOptions = {},
         boundaryColor = '#7FFFD4',
         boundaryChange,
         dockRangeType = 1,
         useDockHeight = false
      } = options
@@ -135,7 +135,7 @@
      this.viewer.clockViewModel.currentTime = Cesium.JulianDate.addHours(utc, 0, new Cesium.JulianDate())
      // 边界,机巢
      this.boundary = useBoundary(this.viewer, { multiple, dockOptions, boundaryChange, boundaryColor, dockRangeType, useDockHeight })
      this.viewer?.imageryLayers.removeAll()
      this.viewer._cesiumWidget._creditContainer.style.display = 'none'
      handler = new Cesium.ScreenSpaceEventHandler(this.viewer?.scene.canvas)