From 38fea8139670d34cedea336fbd1ba34fc92bcf02 Mon Sep 17 00:00:00 2001
From: chenzeping <ChenZeping02609@163.com>
Date: 星期四, 22 四月 2021 21:34:59 +0800
Subject: [PATCH] Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop

---
 src/conf/layers/LayerArea.js |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/conf/layers/LayerArea.js b/src/conf/layers/LayerArea.js
index 43af0c1..0ec2ae6 100644
--- a/src/conf/layers/LayerArea.js
+++ b/src/conf/layers/LayerArea.js
@@ -1,12 +1,12 @@
 /**
  * 鍖哄煙
  */
-import MapConfig from '../../conf/MapConfig'
-const WFS_URL = MapConfig.PIPELINE_WFS
+import { PIPELINE_WFS } from '../Constants'
+const WFS_URL = PIPELINE_WFS
 export const LayerArea = {
   code: 'sewersArea',
   name: '鍖哄煙淇℃伅',
-  checked: true,
+  checked: false,
   layers: [
     {
       code: 'sewersAreaGs',
@@ -19,14 +19,14 @@
       code: 'sewersAreaMt',
       name: '鐮佸ご',
       sname: '鐮佸ご',
-      checked: true, // 榛樿閫変腑鐘舵��
+      checked: false, // 榛樿閫変腑鐘舵��
       wfs: WFS_URL + '?TYPENAME=鐮佸ご'
     },
     {
       code: 'sewersAreaZz',
       name: '瑁呯疆鍖�',
       sname: '瑁呯疆鍖�',
-      checked: true, // 榛樿閫変腑鐘舵��
+      checked: false, // 榛樿閫変腑鐘舵��
       wfs: WFS_URL + '?TYPENAME=瑁呯疆鍖�'
     }
   ]

--
Gitblit v1.8.0