This commit is contained in:
Nyall Dawson 2021-01-28 17:05:01 +10:00
parent 4b921d9ee9
commit d5e2051818
3 changed files with 3 additions and 3 deletions

View File

@ -170,7 +170,7 @@ Returns the tile buffer in pixels for WMS images defined in a QGIS project.
bool wmsRenderMapTiles( const QgsProject &project );
%Docstring
Returns ``True`` if WMS requests should use the QgsMapSettings.RenderMapTile flag,
so that no visible artefacts are visible between adjacent tiles.
so that no visible artifacts are visible between adjacent tiles.
This flag can slow down rendering considerably, so it is only used if the corresponding
setting is enabled in the project.

View File

@ -173,7 +173,7 @@ namespace QgsServerProjectUtils
/**
* Returns TRUE if WMS requests should use the QgsMapSettings::RenderMapTile flag,
* so that no visible artefacts are visible between adjacent tiles.
* so that no visible artifacts are visible between adjacent tiles.
*
* This flag can slow down rendering considerably, so it is only used if the corresponding
* setting is enabled in the project.

View File

@ -158,7 +158,7 @@ namespace QgsWms
/**
* Returns TRUE if WMS requests should use the QgsMapSettings::RenderMapTile flag,
* so that no visible artefacts are visible between adjacent tiles.
* so that no visible artifacts are visible between adjacent tiles.
*
* This flag can slow down rendering considerably, so it is only used if the corresponding
* if explicitly opted in.