File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -89,6 +89,7 @@ class QgsMapSettings
89
89
UseRenderingOptimization, //!< Enable vector simplification and other rendering optimizations
90
90
DrawSelection, //!< Whether vector selections should be shown in the rendered map
91
91
DrawSymbolBounds, //!< Draw bounds of symbols (for debugging/testing)
92
+ RenderMapTile,
92
93
// TODO: ignore scale-based visibility (overview)
93
94
};
94
95
typedef QFlags<QgsMapSettings::Flag> Flags;
Original file line number Diff line number Diff line change @@ -276,6 +276,9 @@ class QgsMapCanvas : QGraphicsView
276
276
//! true if antialising is enabled
277
277
bool antiAliasingEnabled() const;
278
278
279
+ //! sets map tile rendering flag
280
+ void enableMapTileRendering( bool theFlag );
281
+
279
282
//! Select which Qt class to render with
280
283
//! @deprecated since 2.4 - does nothing because now we always render to QImage
281
284
void useImageToRender( bool theFlag ) /Deprecated/;
You can’t perform that action at this time.
0 commit comments