You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: python/server/qgswmsconfigparser.sip
+4
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,10 @@ class QgsWMSConfigParser
35
35
/** Fills a layer and a style list. The two list have the same number of entries and the style and the layer at a position belong together (similar to the HTTP parameters 'Layers' and 'Styles'. Returns 0 in case of success*/
/** Creates a layer set and returns a stringlist with layer ids that can be passed to a QgsMapRenderer. Usually used in conjunction with readLayersAndStyles
39
+
@param scaleDenominator Filter out layer if scale based visibility does not match (or use -1 if no scale restriction)*/
Copy file name to clipboardexpand all lines: src/server/qgswmsconfigparser.h
+4
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,10 @@ class SERVER_EXPORT QgsWMSConfigParser
46
46
/** Fills a layer and a style list. The two list have the same number of entries and the style and the layer at a position belong together (similar to the HTTP parameters 'Layers' and 'Styles'. Returns 0 in case of success*/
/** Creates a layer set and returns a stringlist with layer ids that can be passed to a QgsMapRenderer. Usually used in conjunction with readLayersAndStyles
50
+
@param scaleDenominator Filter out layer if scale based visibility does not match (or use -1 if no scale restriction)*/
Copy file name to clipboardexpand all lines: src/server/qgswmsserver.h
-4
Original file line number
Diff line number
Diff line change
@@ -171,10 +171,6 @@ class QgsWMSServer: public QgsOWSServer
171
171
const QString& version,
172
172
const QString& infoFormat ) const;
173
173
174
-
/** Creates a layer set and returns a stringlist with layer ids that can be passed to a QgsMapRenderer. Usually used in conjunction with readLayersAndStyles
175
-
@param scaleDenominator Filter out layer if scale based visibility does not match (or use -1 if no scale restriction)*/
0 commit comments