派生自 wuyushui/SewerAndRainNetwork

ChenZeping02609
2021-05-13 a6a919d953e47ac0ef9181bd29c4b8526fe1ea9e
src/components/helpers/WfsHelper.js
@@ -105,6 +105,14 @@
    this.params.startIndex = startIndex
    this.page = page
  }
  this.setPageSize = (pageSize) => {
    this.pageSize = pageSize
  }
  this.setMaxFeatures = (maxFeatures) => {
    this.params.maxFeatures = maxFeatures
  }
}
export default WfsHelper