From c18efe293372fa9dc429c9eaced49f01a35f0a77 Mon Sep 17 00:00:00 2001
From: chenyabin <Chenab123!>
Date: 星期四, 13 五月 2021 15:36:51 +0800
Subject: [PATCH] 图层控制样式调试。

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

diff --git a/src/components/LayerController/service/WmsLayerService.js b/src/components/LayerController/service/WmsLayerService.js
index 999783e..0094a71 100644
--- a/src/components/LayerController/service/WmsLayerService.js
+++ b/src/components/LayerController/service/WmsLayerService.js
@@ -85,7 +85,7 @@
 
   clickListener () {
     window.map.on('click', (e) => {
-      console.log(e)
+      // console.log(e)
       this.featureGroup.clearLayers()
       var point = this.map.latLngToContainerPoint(e.latlng, this.map.getZoom())
       var size = this.map.getSize()

--
Gitblit v1.8.0