派生自 wuyushui/SewerAndRainNetwork

chenyabin
2021-05-14 0df1b9e7efbf4204c0d87d3018c41b6214f53489
src/components/LayerController/service/WmsLayerService.js
@@ -85,7 +85,8 @@
  clickListener () {
    window.map.on('click', (e) => {
      console.log(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()