From b6d97f9b6a332825646d0a232a99acd848fca30c Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Tue, 27 Jan 2026 12:07:01 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 applications/drone-command/src/utils/cesium/adminBoundary.js |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/applications/drone-command/src/utils/cesium/adminBoundary.js b/applications/drone-command/src/utils/cesium/adminBoundary.js
index 381dc7d..25caf0d 100644
--- a/applications/drone-command/src/utils/cesium/adminBoundary.js
+++ b/applications/drone-command/src/utils/cesium/adminBoundary.js
@@ -24,6 +24,7 @@
 		fill: Cesium.Color.fromCssColorString(config.fillColor).withAlpha(config.fillAlpha),
 		clampToGround: true,
 	})
+	boundarySource.name = 'jaBoundarySource'
 	viewer.dataSources.add(boundarySource)
 
 	const lineSource = new Cesium.CustomDataSource('jaBoundaryLineSource')
@@ -42,6 +43,7 @@
 			},
 		})
 	})
+	lineSource.name = 'jaBoundaryLineSource'
 	viewer.dataSources.add(lineSource)
 
 	const labelSource = new Cesium.CustomDataSource('jaBoundaryLabelSource')
@@ -67,6 +69,7 @@
 			},
 		})
 	})
+	labelSource.name = 'jaBoundaryLabelSource'
 	viewer.dataSources.add(labelSource)
 
 	if (config.zoomTo) {

--
Gitblit v1.9.3