From f6e2c7d08bb4f29f38a77b9f789c6d7a47d5bebe Mon Sep 17 00:00:00 2001 From: chenyabin <Chenab123!> Date: 星期五, 14 五月 2021 11:20:10 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/develop' 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