From 799a69b8b0a03e44ed124e63509b2650599057b9 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 07 Dec 2023 18:34:38 +0800
Subject: [PATCH] 实时定位,位置处理; 不同校区,显示位置做处理; 切换校区显示内容做处理;
---
src/store/modules/popupParams.js | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/store/modules/popupParams.js b/src/store/modules/popupParams.js
index e0cb917..27f7279 100644
--- a/src/store/modules/popupParams.js
+++ b/src/store/modules/popupParams.js
@@ -351,6 +351,7 @@
}),
})
);
+
window.labelLayer.getSource().addFeature(iconFeature);
},
--
Gitblit v1.9.3