From 3772c31b2ea52e950724de46b1b2d2d3ef3f4bc1 Mon Sep 17 00:00:00 2001 From: 陈泽平 <chenzeping> Date: 星期一, 24 五月 2021 16:29:25 +0800 Subject: [PATCH] Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop --- 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