Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
use connection name in wms,wfs,wcs data item path instead of uri, gro…
…up ows servers by connection name instead of uri
- Loading branch information
Showing
with
116 additions
and 61 deletions.
- +1 −0 python/core/qgsdataitem.sip
- +8 −9 src/core/qgsbrowsermodel.cpp
- +6 −1 src/core/qgsdataitem.h
- +31 −15 src/providers/ows/qgsowsdataitems.cpp
- +3 −0 src/providers/ows/qgsowsdataitems.h
- +17 −9 src/providers/wcs/qgswcsdataitems.cpp
- +4 −1 src/providers/wcs/qgswcsdataitems.h
- +20 −8 src/providers/wfs/qgswfsdataitems.cpp
- +2 −3 src/providers/wfs/qgswfsdataitems.h
- +20 −14 src/providers/wms/qgswmsdataitems.cpp
- +4 −1 src/providers/wms/qgswmsdataitems.h
Oops, something went wrong.