派生自 wuyushui/SewerAndRainNetwork

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