From f7284651218c7ebb0eb043e98f648ee04be42f83 Mon Sep 17 00:00:00 2001 From: Marco Hugentobler Date: Mon, 18 Jan 2016 09:14:01 +0100 Subject: [PATCH] Revert sipfile changes --- python/core/qgsmapsettings.sip | 2 +- python/core/qgsrendercontext.sip | 1 - python/gui/qgsmapcanvas.sip | 3 --- 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/python/core/qgsmapsettings.sip b/python/core/qgsmapsettings.sip index 17061284b62..244305241af 100644 --- a/python/core/qgsmapsettings.sip +++ b/python/core/qgsmapsettings.sip @@ -89,7 +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) }; typedef QFlags Flags; diff --git a/python/core/qgsrendercontext.sip b/python/core/qgsrendercontext.sip index 2e9c11790ff..a5f6b6579be 100644 --- a/python/core/qgsrendercontext.sip +++ b/python/core/qgsrendercontext.sip @@ -19,7 +19,6 @@ 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 }; typedef QFlags Flags; diff --git a/python/gui/qgsmapcanvas.sip b/python/gui/qgsmapcanvas.sip index 67225be6c62..d11e3235091 100644 --- a/python/gui/qgsmapcanvas.sip +++ b/python/gui/qgsmapcanvas.sip @@ -276,9 +276,6 @@ class QgsMapCanvas : QGraphicsView //! true if antialising is enabled bool antiAliasingEnabled() const; - //! sets map tile rendering flag - void enableMapTileRendering( bool theFlag ); - //! Select which Qt class to render with //! @deprecated since 2.4 - does nothing because now we always render to QImage void useImageToRender( bool theFlag ) /Deprecated/;