src/components/LayerController/service/WmsLayerGroupService.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/components/LayerController/service/WmsLayerService.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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() } src/components/LayerController/service/WmsLayerService.js
@@ -19,6 +19,7 @@ INFO_FORMAT: 'application/json', TRANSPARENT: true, FEATURE_COUNT: 50, maxZoom: 21, SRS: 'EPSG:4326', EXCEPTIONS: 'application/vnd.ogc.se_inimage' }