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
If custom order is not enabled and a group is requested, layers was added in
the DOM element order. The default endering order is the reverse.
To fix this issue, QgsWMSProjectParser::addLayersFromGroup has to read group
element children from end (bottom) to start (top).
0 commit comments