Skip to content

Commit

Permalink
Sipify
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Feb 12, 2021
1 parent 980d969 commit 22a4b88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Expand Up @@ -212,6 +212,8 @@ Sets the arrow type

virtual QColor color() const;

virtual bool canCauseArtifactsBetweenAdjacentTiles() const;


private:
QgsArrowSymbolLayer( const QgsArrowSymbolLayer & );
Expand Down
2 changes: 1 addition & 1 deletion python/server/auto_generated/qgsserverprojectutils.sip.in
Expand Up @@ -169,7 +169,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,
Returns ``True`` if WMS requests should use the :py:class:`QgsMapSettings`.RenderMapTile flag,
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
Expand Down

0 comments on commit 22a4b88

Please sign in to comment.