From 879720e1f0c40be6c678454a5836a7aafa1a2808 Mon Sep 17 00:00:00 2001 From: chenyabin <Chenab123!> Date: 星期五, 14 五月 2021 11:25:04 +0800 Subject: [PATCH] 配置文件土壤地下水报错处理 --- src/conf/layers/LayerArea.js | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/src/conf/layers/LayerArea.js b/src/conf/layers/LayerArea.js index 4f77b42..5a2106c 100644 --- a/src/conf/layers/LayerArea.js +++ b/src/conf/layers/LayerArea.js @@ -13,7 +13,6 @@ sname: '鍏徃', // 琛ㄥ悕 checked: true, // 榛樿閫変腑鐘舵�� type: 0, - url: WFS_URL + '?TYPENAME=鍏徃', legendImage: '../.././assets/images/map/company_refining.png' }, { @@ -22,7 +21,6 @@ sname: '鐮佸ご', checked: false, // 榛樿閫変腑鐘舵�� type: 0, - wfs: WFS_URL + '?TYPENAME=鐮佸ご', legendImage: '../.././assets/images/map/sewers/鐮佸ご.png' }, { @@ -30,7 +28,6 @@ name: '瑁呯疆鍖�', sname: '瑁呯疆鍖�', checked: false, // 榛樿閫変腑鐘舵�� - type: SERVICE_TYPE.WMS, typeName: 'sewer:unitareaboundary' } ] -- Gitblit v1.8.0