From bf0eb543e2deab8a1629dd2a46f8e1cd191531e1 Mon Sep 17 00:00:00 2001 From: wangjuncheng <1> Date: 星期四, 17 七月 2025 15:22:01 +0800 Subject: [PATCH] Merge branch 'master' of http://103.135.160.14:9034/r/NslWeb --- src/components/tools/LayerTree.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/tools/LayerTree.vue b/src/components/tools/LayerTree.vue index f265158..3e607c7 100644 --- a/src/components/tools/LayerTree.vue +++ b/src/components/tools/LayerTree.vue @@ -374,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