From 2580545be3ba0b7070d1497c2711de7d435ed02b Mon Sep 17 00:00:00 2001 From: yangdelong <828900aaa> Date: 星期四, 27 五月 2021 09:28:14 +0800 Subject: [PATCH] 企业应急-事件处置 --- src/conf/layers/LayerSurroundings.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/conf/layers/LayerSurroundings.js b/src/conf/layers/LayerSurroundings.js index f4f0801..85e49cd 100644 --- a/src/conf/layers/LayerSurroundings.js +++ b/src/conf/layers/LayerSurroundings.js @@ -44,7 +44,7 @@ icon: 'sewers/鑷劧淇濇姢鍖�.png', checked: false, // 榛樿閫変腑鐘舵�� type: SERVICE_TYPE.WMS, - wfs: 'sewer:pointpreservationzone', + typeName: 'sewer:pointpreservationzone', minZoom: 10 }, { @@ -54,7 +54,7 @@ icon: 'sewers/鏁忔劅鐩爣.png', checked: false, // 榛樿閫変腑鐘舵�� type: SERVICE_TYPE.WMS, - wfs: 'sewer:sensitivetarget', + typeName: 'sewer:sensitivetarget', minZoom: 10 } ] -- Gitblit v1.8.0