派生自 wuyushui/SewerAndRainNetwork

徐旺旺
2021-05-18 81e426e19db140e630f45409c1569fe16dbcc33f
src/components/LayerController/service/WmsLayerGroupService.js
@@ -22,6 +22,7 @@
      this.L.tileLayer.wms(PIPELINE_WMS, {
        format: 'image/png', // 返回的数据格式
        transparent: true,
        maxZoom: 21,
        layers: k // todo
      }).addTo(this.layer).bringToFront()
    }