From 1f0e9a20cd76e21538b4ca77a3ed7ce2a979de90 Mon Sep 17 00:00:00 2001 From: 徐旺旺 <11530253@qq.com> Date: 星期日, 30 五月 2021 10:46:39 +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