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