Skip to content

Commit 193e9d7

Browse files
committed
Update sip files
1 parent 561690c commit 193e9d7

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

python/core/qgsmapsettings.sip

+1
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ class QgsMapSettings
8989
UseRenderingOptimization, //!< Enable vector simplification and other rendering optimizations
9090
DrawSelection, //!< Whether vector selections should be shown in the rendered map
9191
DrawSymbolBounds, //!< Draw bounds of symbols (for debugging/testing)
92+
RenderMapTile,
9293
// TODO: ignore scale-based visibility (overview)
9394
};
9495
typedef QFlags<QgsMapSettings::Flag> Flags;

python/gui/qgsmapcanvas.sip

+3
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,9 @@ class QgsMapCanvas : QGraphicsView
276276
//! true if antialising is enabled
277277
bool antiAliasingEnabled() const;
278278

279+
//! sets map tile rendering flag
280+
void enableMapTileRendering( bool theFlag );
281+
279282
//! Select which Qt class to render with
280283
//! @deprecated since 2.4 - does nothing because now we always render to QImage
281284
void useImageToRender( bool theFlag ) /Deprecated/;

0 commit comments

Comments
 (0)