派生自 wuyushui/SewerAndRainNetwork

陈泽平
2021-05-19 4bb1faf1665ab067c7dd50bdaf1f832cb0ca4f4f
src/components/helpers/MapManager.js
@@ -30,8 +30,10 @@
      this.loadWfsDatas(e.latlng).then((res) => {
        if (res.features.length > 0) {
          highlight(res.features[0])
          if (this.clickDialogSwitch) {
          openPropsPopup(e.latlng, res.features)
        }
        }
      })
    })
  }