派生自 wuyushui/SewerAndRainNetwork

seatonwan9
2021-05-31 dd087d8c1b1406d8438d80e02a71cc77595e7e10
src/components/LayerController/service/LayerFactory.js
@@ -132,7 +132,7 @@
        layer.addTo(this.map)
      }
    } else {
      logic && logic.init(this.addLayer(config), this.L)
      logic && logic.init(this.addLayer(config), this.L, config)
    }
    logic && logic.start && logic.start()
    this.wmsLayerService && this.wmsLayerService.add(config)