派生自 wuyushui/SewerAndRainNetwork

徐旺旺
2021-03-30 f305077e82b1eb1edc45da2d206e976fdb89f66b
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