派生自 wuyushui/SewerAndRainNetwork

chenyabin
2021-05-14 2cbc4c3ce921f22ae2fd498098d46dbda06c0452
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