派生自 wuyushui/SewerAndRainNetwork

ChenZeping
2021-04-29 70fd7ce1af45948ab2080d2036d345fd3b4c15a6
src/components/LayerController/service/WmsLayerService.js
@@ -74,6 +74,7 @@
  }
  clickListener () {
    if (this.layers && this.layers.length > 0) {
    window.map.on('click', (e) => {
      this.featureGroup.clearLayers()
      var point = this.map.latLngToContainerPoint(e.latlng, this.map.getZoom())
@@ -133,6 +134,7 @@
      })
    })
  }
  }
  reverse (feature) {
    const coordinates = feature.geometry.coordinates