派生自 wuyushui/SewerAndRainNetwork

ChenZeping02609
2021-05-13 4cabc76013fde2c6f20ef6efb8e0e1e1a94a8f36
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()