Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SERVER][BUGFIX] Layer order from group
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).
- Loading branch information