src/components/LayerController/service/WmsLayerService.js
@@ -86,6 +86,7 @@ clickListener () { window.map.on('click', (e) => { // console.log(e) window.layerFactory.clearHighlight() this.featureGroup.clearLayers() var point = this.map.latLngToContainerPoint(e.latlng, this.map.getZoom()) var size = this.map.getSize()