派生自 wuyushui/SewerAndRainNetwork

徐旺旺
2021-05-08 f99fd37cdbaaa4f09e5b7383442ee264fd332232
src/components/LayerController/service/WmsLayerService.js
@@ -76,6 +76,9 @@
  clickListener () {
    window.map.on('click', (e) => {
      if (window.layerFactory.clickSwitch) {
        return
      }
      this.featureGroup.clearLayers()
      var point = this.map.latLngToContainerPoint(e.latlng, this.map.getZoom())
      var size = this.map.getSize()