派生自 wuyushui/SewerAndRainNetwork

徐旺旺
2021-03-31 4d1b431a7214ad4c9f8d500be5d2e9f742e495a8
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