From 92230b628efc92953e3112c6a7e886f46dbadb35 Mon Sep 17 00:00:00 2001
From: chenyabin <Chenab123!>
Date: 星期四, 20 五月 2021 09:16:31 +0800
Subject: [PATCH] 处置信息弹框关闭

---
 src/components/LayerController/service/WmsLayerGroupService.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/components/LayerController/service/WmsLayerGroupService.js b/src/components/LayerController/service/WmsLayerGroupService.js
index 6f948d5..5e2599d 100644
--- a/src/components/LayerController/service/WmsLayerGroupService.js
+++ b/src/components/LayerController/service/WmsLayerGroupService.js
@@ -22,9 +22,10 @@
       this.L.tileLayer.wms(PIPELINE_WMS, {
         format: 'image/png', // 杩斿洖鐨勬暟鎹牸寮�
         transparent: true,
+        maxZoom: 21,
         layers: k // todo
       }).addTo(this.layer).bringToFront()
-    }
+    }z
   }
 
   init () {

--
Gitblit v1.8.0