From bfa365c0403e8e97f4845b946ca93890ca67740d Mon Sep 17 00:00:00 2001
From: chenyabin <Chenab123!>
Date: 星期一, 12 四月 2021 17:29:40 +0800
Subject: [PATCH] echar修改废气

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

diff --git a/src/conf/MapConfig.js b/src/conf/MapConfig.js
index 9620d76..6e6ea34 100644
--- a/src/conf/MapConfig.js
+++ b/src/conf/MapConfig.js
@@ -1,8 +1,7 @@
 锘縤mport * as L from 'leaflet'
 import TDT from './TDT'
-import { LayerSewersPoint } from './layers/LayerSewers'
 import { LayerTopic } from './LayerTopic'
-import { LayerPipeLine } from './LayerPipeLine'
+import { LayerBasin } from './layers/LayerBasin'
 
 const curWwwPath = window.document.location.href
 const pathname = window.document.location.pathname
@@ -26,7 +25,7 @@
   // center: [26, 104],
   center: [38.828558921813965, 117.41676807403564],
   // center: [29.454345703125, 113.40362548828125],
-  zoom: 14,
+  zoom: 5,
   worldCopyJump: true,
   inertia: true,
   zoomControl: false,
@@ -42,8 +41,7 @@
   IntranetBaseMaps: TDT.intranet,
   InternetBaseMaps: TDT.internet,
   Layers: {
-    LayerSewersLine: [LayerPipeLine, LayerTopic],
-    layerSewersPoint: LayerSewersPoint
+    LayerSewersLine: [LayerBasin, LayerTopic]
   } // 姹¢洦姘村浘灞傞厤缃�
 }
 

--
Gitblit v1.8.0