From a0792f6d3b636590feed7b1cac99c06a02ecf37a Mon Sep 17 00:00:00 2001
From: ChenZeping02609 <chenzeping02609@163.com>
Date: 星期四, 13 五月 2021 18:39:05 +0800
Subject: [PATCH] 企业应急 资源查询修改

---
 src/conf/MapConfig.js |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/conf/MapConfig.js b/src/conf/MapConfig.js
index e125556..d41d182 100644
--- a/src/conf/MapConfig.js
+++ b/src/conf/MapConfig.js
@@ -2,6 +2,8 @@
 import TDT from './TDT'
 import { LayerTopic } from './LayerTopic'
 import { LayerBasin } from './layers/LayerBasin'
+import { LayerEmergency } from './LayerEmergency'
+import { LayerPlate } from './layers/LayerPlate'
 
 const curWwwPath = window.document.location.href
 const pathname = window.document.location.pathname
@@ -41,7 +43,7 @@
   IntranetBaseMaps: TDT.intranet,
   InternetBaseMaps: TDT.internet,
   Layers: {
-    LayerSewersLine: [LayerBasin, LayerTopic]
+    LayerSewersLine: [LayerBasin, LayerPlate, LayerTopic, LayerEmergency]
   } // 姹¢洦姘村浘灞傞厤缃�
 }
 

--
Gitblit v1.8.0