From 5f44d21b3921abc88506a7ec46b3fe6f078664aa Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期五, 14 三月 2025 15:33:24 +0800
Subject: [PATCH] 新增走航融合功能(初版)

---
 src/utils/map/util.js |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/utils/map/util.js b/src/utils/map/util.js
index e783baf..1b7b3a6 100644
--- a/src/utils/map/util.js
+++ b/src/utils/map/util.js
@@ -1,5 +1,6 @@
 import { map, isDragging } from '@/utils/map/index_old';
 import marks from '@/utils/map/marks';
+import Layer from '@/utils/map/3dLayer';
 
 /**
  * 鍧愭爣闆嗗悎鐨勬渶瑗垮崡瑙掑拰鏈�涓滃寳瑙�
@@ -84,6 +85,7 @@
   clearMap() {
     marks.clearMassMarks();
     map.clearMap();
+    Layer.clear();
   },
   setFitView(views) {
     if (views) {

--
Gitblit v1.9.3