From 7aad3e5c225defc06556c8ff666f06db2c2d0eca Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 03 Feb 2026 09:59:25 +0800
Subject: [PATCH] feat:区域划分,关联派出所支持搜索

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

diff --git a/applications/drone-command/src/utils/cesium/shapeTools/index.js b/applications/drone-command/src/utils/cesium/shapeTools/index.js
index 0a0dd3c..93e64b4 100644
--- a/applications/drone-command/src/utils/cesium/shapeTools/index.js
+++ b/applications/drone-command/src/utils/cesium/shapeTools/index.js
@@ -9,6 +9,9 @@
 	getMetersBetween,
 	cartesianToLocal,
 	formatBufferRadius,
+	getBufferRadiusPoint,
+	getBufferRadiusLabelStyle,
+	addBufferRadiusLabelEntity,
 } from './shapeUtils'
 export { DrawPolygonTool } from './draw/DrawPolygonTool'
 export { DrawRectangleTool } from './draw/DrawRectangleTool'

--
Gitblit v1.9.3