派生自 wuyushui/SewerAndRainNetwork

徐旺旺
2021-05-14 fb36301ca4335e9f511a877569204153e9d461fe
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