You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
External WMS layers were showing empty legend icons because QGIS Server
returns empty icon fields in JSON GetLegendGraphic responses.
- Added getLegendGraphicPNG() method to WMS class
- Modified updateLayerTreeLayersSymbology() to detect external WMS layers
- External WMS layers now fetch PNG legend and convert to base64
- Normal layers continue using JSON format (no breaking changes)
0 commit comments