派生自 wuyushui/SewerAndRainNetwork

QibolinCzp
2021-05-14 bd82dff04b90e3eb1973f43ecc3fdfb8172bcdd7
src/components/helpers/WfsHelper.js
@@ -109,6 +109,10 @@
  this.setPageSize = (pageSize) => {
    this.pageSize = pageSize
  }
  this.setMaxFeatures = (maxFeatures) => {
    this.params.maxFeatures = maxFeatures
  }
}
export default WfsHelper