From 12a4b821a18eb4899559c6b8fd60c60a7e0770dc Mon Sep 17 00:00:00 2001 From: 徐旺旺 <11530253@qq.com> Date: 星期五, 21 五月 2021 18:12:23 +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