You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: python/core/qgsmapsettings.sip
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -116,7 +116,8 @@ class QgsMapSettings
116
116
UseRenderingOptimization, //!< Enable vector simplification and other rendering optimizations
117
117
DrawSelection, //!< Whether vector selections should be shown in the rendered map
118
118
DrawSymbolBounds, //!< Draw bounds of symbols (for debugging/testing)
119
-
RenderMapTile //!< Draw map such that there are no problems between adjacent tiles
119
+
RenderMapTile, //!< Draw map such that there are no problems between adjacent tiles
120
+
RenderPartialOutput, //!< Whether to make extra effort to update map image with partially rendered layers (better for interactive map canvas). Added in QGIS 3.0
Copy file name to clipboardExpand all lines: python/core/qgsrendercontext.sip
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ class QgsRenderContext
23
23
DrawSymbolBounds, //!< Draw bounds of symbols (for debugging/testing)
24
24
RenderMapTile, //!< Draw map such that there are no problems between adjacent tiles
25
25
Antialiasing, //!< Use antialiasing while drawing
26
+
RenderPartialOutput, //!< Whether to make extra effort to update map image with partially rendered layers (better for interactive map canvas). Added in QGIS 3.0
0 commit comments