From 6d45b149ba4164dd87152180ff8e4c365484a5b3 Mon Sep 17 00:00:00 2001 From: 陈泽平 <chenzeping> Date: 星期三, 19 五月 2021 18:07:11 +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