派生自 wuyushui/SewerAndRainNetwork

chenyibo
2021-03-30 1250621ab9ea6ea93911be0f283c3bfcdceb0667
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