File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
python/server/auto_generated Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ Returns the server-wide max height of a WMS GetMap request. The lower one of thi
143
143
144
144
:return: the max height of a WMS GetMap request.
145
145
146
- .. versionadded:: 3.8
146
+ .. versionadded:: 3.6.2
147
147
%End
148
148
149
149
int wmsMaxWidth() const;
@@ -152,7 +152,7 @@ Returns the server-wide max width of a WMS GetMap request. The lower one of this
152
152
153
153
:return: the max width of a WMS GetMap request.
154
154
155
- .. versionadded:: 3.8
155
+ .. versionadded:: 3.6.2
156
156
%End
157
157
158
158
};
Original file line number Diff line number Diff line change @@ -63,8 +63,8 @@ class SERVER_EXPORT QgsServerSettingsEnv : public QObject
63
63
QGIS_SERVER_CACHE_SIZE,
64
64
QGIS_SERVER_SHOW_GROUP_SEPARATOR, // ! Show group (thousands) separator when formatting numeric values, defaults to FALSE (since QGIS 3.8)
65
65
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 )
68
68
};
69
69
Q_ENUM ( EnvVar )
70
70
};
@@ -189,14 +189,14 @@ class SERVER_EXPORT QgsServerSettings
189
189
/* *
190
190
* Returns the server-wide max height of a WMS GetMap request. The lower one of this and the project configuration is used.
191
191
* \returns the max height of a WMS GetMap request.
192
- * \since QGIS 3.8
192
+ * \since QGIS 3.6.2
193
193
*/
194
194
int wmsMaxHeight () const ;
195
195
196
196
/* *
197
197
* Returns the server-wide max width of a WMS GetMap request. The lower one of this and the project configuration is used.
198
198
* \returns the max width of a WMS GetMap request.
199
- * \since QGIS 3.8
199
+ * \since QGIS 3.6.2
200
200
*/
201
201
int wmsMaxWidth () const ;
202
202
You can’t perform that action at this time.
0 commit comments