From 18db6fdcd0bed3b9db803591b6057a98dd47c597 Mon Sep 17 00:00:00 2001
From: 陈泽平 <chenzeping>
Date: 星期四, 20 五月 2021 10:55:17 +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