派生自 wuyushui/SewerAndRainNetwork

徐旺旺
2021-04-29 e1fb89c19e29447b108d3b959e222049a6b02e93
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