派生自 wuyushui/SewerAndRainNetwork

陈泽平
2021-05-18 49003d0eeae335ba72a89e9c1156237cdd02ebd8
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()
    }