派生自 wuyushui/SewerAndRainNetwork

徐旺旺
2021-05-19 c065531c87e7dc199c7fc4d35e4f6fbedf26167d
src/components/helpers/MapManager.js
@@ -28,9 +28,10 @@
      // console.log(e)
      this.clearHighlight()
      this.loadWfsDatas(e.latlng).then((res) => {
        console.log(res)
        highlight(res.features)
        if (res.features.length > 0) {
          highlight(res.features[0])
        openPropsPopup(e.latlng, res.features)
        }
      })
    })
  }