Skip to content

Commit 3a26327

Browse files
committedApr 8, 2019
update since documentation tags
Signed-off-by: Marco Bernasocchi <marco@opengis.ch> Signed-off-by: Marco Bernasocchi <marco@opengis.ch>
1 parent 9481745 commit 3a26327

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed
 

‎python/server/auto_generated/qgsserversettings.sip.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Returns the server-wide max height of a WMS GetMap request. The lower one of thi
143143

144144
:return: the max height of a WMS GetMap request.
145145

146-
.. versionadded:: 3.8
146+
.. versionadded:: 3.6.2
147147
%End
148148

149149
int wmsMaxWidth() const;
@@ -152,7 +152,7 @@ Returns the server-wide max width of a WMS GetMap request. The lower one of this
152152

153153
:return: the max width of a WMS GetMap request.
154154

155-
.. versionadded:: 3.8
155+
.. versionadded:: 3.6.2
156156
%End
157157

158158
};

‎src/server/qgsserversettings.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ class SERVER_EXPORT QgsServerSettingsEnv : public QObject
6363
QGIS_SERVER_CACHE_SIZE,
6464
QGIS_SERVER_SHOW_GROUP_SEPARATOR, //! Show group (thousands) separator when formatting numeric values, defaults to FALSE (since QGIS 3.8)
6565
QGIS_SERVER_OVERRIDE_SYSTEM_LOCALE, //! Override system locale (since QGIS 3.8)
66-
QGIS_SERVER_WMS_MAX_HEIGHT, //! Maximum height for a WMS request. The most conservative between this and the project one is used (since QGIS 3.8)
67-
QGIS_SERVER_WMS_MAX_WIDTH //! Maximum width for a WMS request. The most conservative between this and the project one is used (since QGIS 3.8)
66+
QGIS_SERVER_WMS_MAX_HEIGHT, //! Maximum height for a WMS request. The most conservative between this and the project one is used (since QGIS 3.6.2)
67+
QGIS_SERVER_WMS_MAX_WIDTH //! Maximum width for a WMS request. The most conservative between this and the project one is used (since QGIS 3.6.2)
6868
};
6969
Q_ENUM( EnvVar )
7070
};
@@ -189,14 +189,14 @@ class SERVER_EXPORT QgsServerSettings
189189
/**
190190
* Returns the server-wide max height of a WMS GetMap request. The lower one of this and the project configuration is used.
191191
* \returns the max height of a WMS GetMap request.
192-
* \since QGIS 3.8
192+
* \since QGIS 3.6.2
193193
*/
194194
int wmsMaxHeight() const;
195195

196196
/**
197197
* Returns the server-wide max width of a WMS GetMap request. The lower one of this and the project configuration is used.
198198
* \returns the max width of a WMS GetMap request.
199-
* \since QGIS 3.8
199+
* \since QGIS 3.6.2
200200
*/
201201
int wmsMaxWidth() const;
202202

0 commit comments

Comments
 (0)
Please sign in to comment.