Skip to content

Commit

Permalink
Moved WMS capabilities, URI parsing out of provider class.
Browse files Browse the repository at this point in the history
With this change, all WMS capabilities are kept within one class.
When the provider is cloned, the existing capabilities object is
passed to new provider, thus not requiring new provider download
capabilities again.

Data items and GUI dialog do not have to create a dummy provider
just in order to get capabilities.
  • Loading branch information
wonder-sk committed Jan 15, 2014
1 parent 680ffe0 commit c53f881
Show file tree
Hide file tree
Showing 10 changed files with 2,867 additions and 2,844 deletions.
2 changes: 2 additions & 0 deletions src/providers/wms/CMakeLists.txt
@@ -1,5 +1,6 @@

SET (WMS_SRCS
qgswmscapabilities.cpp
qgswmsprovider.cpp
qgswmssourceselect.cpp
qgswmsconnection.cpp
Expand All @@ -8,6 +9,7 @@ SET (WMS_SRCS
qgswmtsdimensions.cpp
)
SET (WMS_MOC_HDRS
qgswmscapabilities.h
qgswmsprovider.h
qgswmssourceselect.h
qgswmsconnection.h
Expand Down

0 comments on commit c53f881

Please sign in to comment.