派生自 wuyushui/SewerAndRainNetwork

ChenZeping02609
2021-05-13 0f6f2f18e23f3ca6b08bc3279d960359638877c3
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()