Skip to content

Commit

Permalink
Default to faster render for heatmap renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Feb 10, 2015
1 parent 04c37f9 commit ba7f0c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/symbology-ng/qgsheatmaprenderer.cpp
Expand Up @@ -40,7 +40,7 @@ QgsHeatmapRenderer::QgsHeatmapRenderer( )
, mGradientRamp( 0 )
, mInvertRamp( false )
, mExplicitMax( 0.0 )
, mRenderQuality( 1 )
, mRenderQuality( 3 )
, mFeaturesRendered( 0 )
{
mGradientRamp = new QgsVectorGradientColorRampV2( QColor( 255, 255, 255 ), QColor( 0, 0, 0 ) );
Expand Down

0 comments on commit ba7f0c7

Please sign in to comment.