派生自 wuyushui/SewerAndRainNetwork

chenyabin
2021-05-18 8dc33d1e8da59e87a2be6b921ac96600d7786685
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()
    }