派生自 wuyushui/SewerAndRainNetwork

ChenZeping02609
2021-05-13 a6a919d953e47ac0ef9181bd29c4b8526fe1ea9e
src/components/helpers/WfsHelper.js
@@ -12,8 +12,7 @@
    REQUEST: 'getfeature',
    OUTPUTFORMAT: 'application/json',
    maxFeatures: 10,
    version: '1.0.0',
    startIndex: 0
    version: '1.0.0'
  }
  this.setTypeName = (typeName) => {
@@ -106,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