Skip to content

Commit

Permalink
Tidy-up of r5603: improve the commentary of QgsWmsProvider::subLayerS…
Browse files Browse the repository at this point in the history
…tyles().

git-svn-id: http://svn.osgeo.org/qgis/trunk@5604 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
morb_au committed Jul 16, 2006
1 parent 3916b1c commit 300c6e6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/providers/wms/qgswmsprovider.h
Expand Up @@ -485,6 +485,14 @@ class QgsWmsProvider : public QgsRasterDataProvider
*/
QStringList subLayers() const;

/**
* Sub-layer styles for each sub-layer handled by this provider,
* in order from bottom to top
*
* Sub-layer styles are used to abstract the way the WMS server can symbolise
* layers in some way at the server, before it serves them to this
* WMS client.
*/
QStringList subLayerStyles() const;


Expand Down

0 comments on commit 300c6e6

Please sign in to comment.