From cf7752d995e09d48eca9a1ca5634a9e71ae46553 Mon Sep 17 00:00:00 2001 From: wangjuncheng <1> Date: 星期二, 22 七月 2025 16:19:06 +0800 Subject: [PATCH] 透明度0 修改模型数据路径 --- src/components/tools/LayerTree.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/tools/LayerTree.vue b/src/components/tools/LayerTree.vue index a7338fb..c217cd7 100644 --- a/src/components/tools/LayerTree.vue +++ b/src/components/tools/LayerTree.vue @@ -191,7 +191,8 @@ function handleModelLayer(checked) { if (checked) { addTileset( - "http://106.120.22.26:9103/gisserver/c3dserver/sunhugou3d/tileset.json" + // "http://106.120.22.26:9103/gisserver/c3dserver/sunhugou3d/tileset.json" + "http://192.168.37.61:9004/tile/model/service/Iakp0nhx/tileset.json?labtoken=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiItMSxUaHUgQXByIDE4IDE1OjMwOjU3IENTVCAyMDI0In0.j_YKsCRsIQtpgOWfFvMwAP65Rlx9uXyVte_xkE95Vdo" ) .then((model) => { treeMap.set("妯″瀷鏁版嵁", model); @@ -267,7 +268,6 @@ if (list && Array.isArray(list)) { for (const item of list) { const entity = await item; - console.log(entity,'eeeeeeeee') let shouldRemove = true; // 榛樿瑕佸垹闄� @@ -375,7 +375,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