src/components/LayerController/service/WmsLayerService.js
@@ -74,6 +74,7 @@ } clickListener () { if (this.layers && this.layers.length > 0) { window.map.on('click', (e) => { this.featureGroup.clearLayers() var point = this.map.latLngToContainerPoint(e.latlng, this.map.getZoom()) @@ -133,6 +134,7 @@ }) }) } } reverse (feature) { const coordinates = feature.geometry.coordinates