src/components/LayerController/service/WmsLayerService.js
@@ -76,6 +76,9 @@ clickListener () { window.map.on('click', (e) => { if (window.layerFactory.clickSwitch) { return } this.featureGroup.clearLayers() var point = this.map.latLngToContainerPoint(e.latlng, this.map.getZoom()) var size = this.map.getSize()