Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
signedav committed Apr 12, 2019
1 parent fab5254 commit 27fc381
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions python/server/auto_generated/qgsserverprojectutils.sip.in
Expand Up @@ -165,11 +165,11 @@ Returns the maximum number of atlas features which can be printed in a request

double wmsDefaultMapUnitsPerMm( const QgsProject &project );
%Docstring
Returns the denominator of the default scale used in case of the scale is not given
Returns the default number of map units per millimeters in case of the scale is not given

:param project: the QGIS project

:return: the denominator of the scale
:return: the default number of map units per millimeter

.. versionadded:: 3.8
%End
Expand Down
4 changes: 2 additions & 2 deletions src/server/qgsserverprojectutils.h
Expand Up @@ -155,9 +155,9 @@ namespace QgsServerProjectUtils
SERVER_EXPORT int wmsMaxAtlasFeatures( const QgsProject &project );

/**
* Returns the denominator of the default scale used in case of the scale is not given
* Returns the default number of map units per millimeters in case of the scale is not given
* \param project the QGIS project
* \returns the denominator of the scale
* \returns the default number of map units per millimeter
* \since QGIS 3.8
*/
SERVER_EXPORT double wmsDefaultMapUnitsPerMm( const QgsProject &project );
Expand Down

0 comments on commit 27fc381

Please sign in to comment.