派生自 wuyushui/SewerAndRainNetwork

徐旺旺
2021-05-13 44dd03d230760ec64d9272af378a7bc30850e3ce
分页
1个文件已修改
4 ■■■■ 已修改文件
src/components/helpers/WfsHelper.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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