mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
Default to faster render for heatmap renderer
This commit is contained in:
parent
04c37f960e
commit
ba7f0c7ee1
@ -40,7 +40,7 @@ QgsHeatmapRenderer::QgsHeatmapRenderer( )
|
|||||||
, mGradientRamp( 0 )
|
, mGradientRamp( 0 )
|
||||||
, mInvertRamp( false )
|
, mInvertRamp( false )
|
||||||
, mExplicitMax( 0.0 )
|
, mExplicitMax( 0.0 )
|
||||||
, mRenderQuality( 1 )
|
, mRenderQuality( 3 )
|
||||||
, mFeaturesRendered( 0 )
|
, mFeaturesRendered( 0 )
|
||||||
{
|
{
|
||||||
mGradientRamp = new QgsVectorGradientColorRampV2( QColor( 255, 255, 255 ), QColor( 0, 0, 0 ) );
|
mGradientRamp = new QgsVectorGradientColorRampV2( QColor( 255, 255, 255 ), QColor( 0, 0, 0 ) );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user