Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Merge pull request #4630 from rldhont/server-wms-configparser-getcontext
[Server] WMS GetContext refactoring
- Loading branch information
Showing
with
488 additions
and 17 deletions.
- +1 −1 python/server/qgsserverprojectutils.sip
- +28 −3 src/server/qgsserverprojectutils.cpp
- +1 −1 src/server/qgsserverprojectutils.h
- +5 −5 src/server/services/wms/qgswmsgetcapabilities.cpp
- +393 −3 src/server/services/wms/qgswmsgetcontext.cpp
- +28 −0 tests/src/python/test_qgsserver_accesscontrol.py
- +1 −1 tests/src/python/test_qgsserver_wms.py
- +31 −0 tests/testdata/qgis_server/getcontext.txt
- +0 −3 tests/testdata/qgis_server/wcs_getcapabilities.txt
Oops, something went wrong.