File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
python/server/auto_generated Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -155,6 +155,13 @@ Returns the quality for WMS images defined in a QGIS project.
155
155
%End
156
156
157
157
int wmsMaxAtlasFeatures( const QgsProject &project );
158
+ %Docstring
159
+ Returns the maximum number of atlas features which can be printed in a request
160
+
161
+ :param project: the QGIS project
162
+
163
+ :return: the number of atlas features
164
+ %End
158
165
159
166
bool wmsUseLayerIds( const QgsProject &project );
160
167
%Docstring
Original file line number Diff line number Diff line change @@ -147,6 +147,11 @@ namespace QgsServerProjectUtils
147
147
*/
148
148
SERVER_EXPORT int wmsImageQuality ( const QgsProject &project );
149
149
150
+ /* *
151
+ * Returns the maximum number of atlas features which can be printed in a request
152
+ * \param project the QGIS project
153
+ * \return the number of atlas features
154
+ */
150
155
SERVER_EXPORT int wmsMaxAtlasFeatures ( const QgsProject &project );
151
156
152
157
/* *
You can’t perform that action at this time.
0 commit comments