Skip to content

Commit 1c611cc

Browse files
committed
Better default cluster symbol
1 parent c1bff16 commit 1c611cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/core/symbology-ng/qgspointclusterrenderer.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ QgsPointClusterRenderer::QgsPointClusterRenderer()
3030
: QgsPointDistanceRenderer( "pointCluster" )
3131
{
3232
mClusterSymbol.reset( new QgsMarkerSymbol() );
33+
mClusterSymbol->setSize( 4 );
34+
mClusterSymbol->setColor( QColor( 245, 75, 80 ) );
3335
}
3436

3537
QgsPointClusterRenderer* QgsPointClusterRenderer::clone() const

0 commit comments

Comments
 (0)