From 7d57b0fef0f220dfe7c868ce1113a7ce6eb6c468 Mon Sep 17 00:00:00 2001 From: suerprisePlus <15810472099@163.com> Date: 星期三, 21 八月 2024 11:23:06 +0800 Subject: [PATCH] 添加本地矢量地图服务,初始化视角切换 --- public/config/config.js | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/public/config/config.js b/public/config/config.js index be1270a..d44b3fb 100644 --- a/public/config/config.js +++ b/public/config/config.js @@ -32,15 +32,18 @@ ragServices: "http://" + ragHost+ "/api/vi", imageUrl: "", // sdk鏄剧ず - sdkImg: host + "/visual/CimSDK/", + sdkImg: host + "/CimSDK/", // 澶╁湴鍥� tdToken: "94a34772eb88317fcbf8428e10448561", // geoServer鏈嶅姟 geoServer: { url: "http://" + geoHost + "/geoserver/sxpw", wms: "/wms", - wfs: "" + wfs: "", + layers:["sxpw:sxdwx","sxpw:tygdtif17"] + }, + pySocket:"ws://192.168.11.24:8101/peiwang/ws/asset", //鍦颁笅鏁版嵁 terrain: { isShow: false, -- Gitblit v1.9.3