派生自 wuyushui/SewerAndRainNetwork

陈泽平
2021-05-18 49003d0eeae335ba72a89e9c1156237cdd02ebd8
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