派生自 wuyushui/SewerAndRainNetwork

徐旺旺
2021-05-13 d610d8743c112be221399d18c14a93fb956cd6d2
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()