diff --git a/python/core/qgsmapsettings.sip b/python/core/qgsmapsettings.sip index 50b6c7cc341..17061284b62 100644 --- a/python/core/qgsmapsettings.sip +++ b/python/core/qgsmapsettings.sip @@ -89,8 +89,7 @@ class QgsMapSettings UseRenderingOptimization, //!< Enable vector simplification and other rendering optimizations DrawSelection, //!< Whether vector selections should be shown in the rendered map DrawSymbolBounds, //!< Draw bounds of symbols (for debugging/testing) - RenderMapTile, - // TODO: ignore scale-based visibility (overview) + RenderMapTile }; typedef QFlags Flags; diff --git a/python/core/qgsrendercontext.sip b/python/core/qgsrendercontext.sip index 2ffce768a75..2e9c11790ff 100644 --- a/python/core/qgsrendercontext.sip +++ b/python/core/qgsrendercontext.sip @@ -19,7 +19,7 @@ class QgsRenderContext UseRenderingOptimization, //!< Enable vector simplification and other rendering optimizations DrawSelection, //!< Whether vector selections should be shown in the rendered map DrawSymbolBounds, //!< Draw bounds of symbols (for debugging/testing) - RenderMapTile, //!< Draw map such that there are no problems between adjacent tiles + RenderMapTile }; typedef QFlags Flags;