派生自 wuyushui/SewerAndRainNetwork

陈泽平
2021-05-19 b4fa7ad9c8e0051e9851c3bfbe398d5ff4cbfafe
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)
        }
      })
    })
  }