From 112fe00d846c65847b0a1e9570ab19dfcf8ed784 Mon Sep 17 00:00:00 2001 From: guonan <guonan201020@163.com> Date: 星期三, 16 七月 2025 09:20:37 +0800 Subject: [PATCH] 避险场所 --- src/components/tools/LayerTree.vue | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/components/tools/LayerTree.vue b/src/components/tools/LayerTree.vue index a7338fb..3e607c7 100644 --- a/src/components/tools/LayerTree.vue +++ b/src/components/tools/LayerTree.vue @@ -267,7 +267,6 @@ if (list && Array.isArray(list)) { for (const item of list) { const entity = await item; - console.log(entity,'eeeeeeeee') let shouldRemove = true; // 榛樿瑕佸垹闄� @@ -375,7 +374,7 @@ * 娣诲姞閬块櫓鍦烘墍鏁版嵁 */ function addTetrahedron() { - getSafePoint().then((res) => { + getSafePoint(110116110218).then((res) => { const geoJsonData = convertToGeoJson(res.data); // 杞崲涓� GeoJSON // 鍔犺浇 GeoJSON 鏁版嵁鍒板湴鍥� loadAreaPolygon(geoJsonData, true).then((entities) => { -- Gitblit v1.9.3