class WfsLayerService { constructor (config) { this.config = config } init () { } } export default WfsLayerService