File tree 2 files changed +4
-4
lines changed
python/server/auto_generated
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -165,11 +165,11 @@ Returns the maximum number of atlas features which can be printed in a request
165
165
166
166
double wmsDefaultMapUnitsPerMm( const QgsProject &project );
167
167
%Docstring
168
- Returns the denominator of the default scale used in case of the scale is not given
168
+ Returns the default number of map units per millimeters in case of the scale is not given
169
169
170
170
:param project: the QGIS project
171
171
172
- :return: the denominator of the scale
172
+ :return: the default number of map units per millimeter
173
173
174
174
.. versionadded:: 3.8
175
175
%End
Original file line number Diff line number Diff line change @@ -155,9 +155,9 @@ namespace QgsServerProjectUtils
155
155
SERVER_EXPORT int wmsMaxAtlasFeatures ( const QgsProject &project );
156
156
157
157
/* *
158
- * Returns the denominator of the default scale used in case of the scale is not given
158
+ * Returns the default number of map units per millimeters in case of the scale is not given
159
159
* \param project the QGIS project
160
- * \returns the denominator of the scale
160
+ * \returns the default number of map units per millimeter
161
161
* \since QGIS 3.8
162
162
*/
163
163
SERVER_EXPORT double wmsDefaultMapUnitsPerMm ( const QgsProject &project );
You can’t perform that action at this time.
0 commit comments