派生自 wuyushui/SewerAndRainNetwork

徐旺旺
2021-05-17 cf5ab6da9ff676fab8a10d4299bd5a04a07bf50f
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