吉安感知网项目-前端
罗广辉
2026-03-05 6551c24bc3e4114ec48f458bbc8a42a2f7dc4ba5
applications/drone-command/src/views/recordManage/historyTracks/TrajectoryDiaLog.vue
@@ -142,7 +142,7 @@
         width: 4,
         positions: positions,
         material: arrowLineMaterialProperty,
         clampToGround: false,
         clampToGround: true,
      },
   })
   startDroneEntity && geometricSource.entities.remove(startDroneEntity)
@@ -153,6 +153,7 @@
         width: 40,
         height: 40,
         verticalOrigin: Cesium.VerticalOrigin.CENTER,
         heightReference: Cesium.HeightReference.CLAMP_TO_GROUND,
      },
   })
   viewer.flyTo(droneLineEntity, { duration: 0 })