派生自 wuyushui/SewerAndRainNetwork

zhangshuaibao
2021-04-14 0a2b0a6d67aa52137f1a32fcb39b7ceed4d3f0ca
src/components/LayerController/service/WmsLayerService.js
@@ -1,11 +1,11 @@
class WfsLayerService {
class WmsLayerService {
  constructor (config) {
    this.config = config
  }
  init () {
  init (layer) {
  }
}
export default WfsLayerService
export default WmsLayerService