From 68b02f600f315550d69289c5980fc2f182ec5439 Mon Sep 17 00:00:00 2001 From: ChenZeping02609 <chenzeping02609@163.com> Date: 星期三, 12 五月 2021 15:13:38 +0800 Subject: [PATCH] Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop --- src/conf/layers/LayerFsss.js | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/conf/layers/LayerFsss.js b/src/conf/layers/LayerFsss.js index 6cc183a..b0e4350 100644 --- a/src/conf/layers/LayerFsss.js +++ b/src/conf/layers/LayerFsss.js @@ -1,8 +1,8 @@ /** * 鍖哄煙 */ -import { PIPELINE_WFS, SERVICE_TYPE } from '../Constants' -const WFS_URL = PIPELINE_WFS +import { SERVICE_TYPE } from '../Constants' + export const LayerFsss = { code: 'sewersFsss', name: '闄勫睘璁炬柦', @@ -46,7 +46,7 @@ sname: 'PipeRack', minZoom: 16, type: SERVICE_TYPE.WMS, - typeName: WFS_URL + '?TYPENAME=绠℃灦', + typeName: 'sewer:piperack', checked: false }, { @@ -55,7 +55,7 @@ sname: 'PipeGallery', minZoom: 16, type: SERVICE_TYPE.WMS, - typeName: '?TYPENAME=绠″粖', + typeName: 'sewer:pipegallery', checked: false }, { -- Gitblit v1.8.0