From c60e56e2b6ceb633c6b10f5dc52e3da88129ad70 Mon Sep 17 00:00:00 2001 From: 陈泽平 <chenzeping> Date: 星期五, 21 五月 2021 17:35:41 +0800 Subject: [PATCH] 管线分析相关功能问题修改 --- src/conf/layers/LayerFsss.js | 12 ++++++++++-- 1 files changed, 10 insertions(+), 2 deletions(-) diff --git a/src/conf/layers/LayerFsss.js b/src/conf/layers/LayerFsss.js index b0e4350..caaea37 100644 --- a/src/conf/layers/LayerFsss.js +++ b/src/conf/layers/LayerFsss.js @@ -43,19 +43,26 @@ { code: 'piperack', name: '绠℃灦(澧�)', - sname: 'PipeRack', + sname: '绠℃灦(澧�)', minZoom: 16, type: SERVICE_TYPE.WMS, typeName: 'sewer:piperack', + icon: 'sewers/绠℃灦(澧�).png', checked: false }, { code: 'pipegallery', name: '绠″粖(甯�)', - sname: 'PipeGallery', + sname: '绠″粖(甯�)', minZoom: 16, type: SERVICE_TYPE.WMS, typeName: 'sewer:pipegallery', + icon: 'sewers/绠″粖.png', + color: '#828282', + styles: { + COLOR: '#828282', + FILL_COLOR: '#828282' + }, checked: false }, { @@ -63,6 +70,7 @@ name: '娴佸悜', sname: 'ywslx', type: SERVICE_TYPE.WMS, + typeName: 'sewer:pipesegment_flow', checked: false }, { -- Gitblit v1.8.0