派生自 wuyushui/SewerAndRainNetwork

chenyabin
2021-05-13 ff1c7b9d724adedd8a7eefed931556d7e2db7a4c
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()