From 6cdcf30b52502fa2b7db21064c40b7193bf7e25f Mon Sep 17 00:00:00 2001
From: YANGDL <114714267@qq.com>
Date: 星期四, 25 二月 2021 10:55:32 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

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

diff --git a/src/conf/MapConfig.js b/src/conf/MapConfig.js
index 351daba..dccff74 100644
--- a/src/conf/MapConfig.js
+++ b/src/conf/MapConfig.js
@@ -1,6 +1,6 @@
 锘縤mport * as L from 'leaflet'
 import TDT from './TDT'
-import { Layers } from './Layers'
+import { LayerSewersLine, LayerSewersPoint } from './LayerSewers'
 const curWwwPath = window.document.location.href
 const pathname = window.document.location.pathname
 const pos = curWwwPath.indexOf(pathname)
@@ -35,7 +35,7 @@
   showBaseMapType: 1, // 1鏄剧ず澶╁湴鍥撅紝2鏄剧ずarcgis鍦板浘
   IntranetBaseMaps: TDT.intranet,
   InternetBaseMaps: TDT.internet,
-  ServiceLayers: Layers
+  Layers: { LayerSewersLine: [LayerSewersLine], layerSewersPoint: LayerSewersPoint } // 姹¢洦姘村浘灞傞厤缃�
 }
 
 /**
@@ -56,6 +56,5 @@
   mapOptions,
   mapConfig,
   TokenConfig,
-
   BLUEMAP_HOST
 }

--
Gitblit v1.8.0