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