Skip to content

Commit

Permalink
Better default cluster symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Sep 29, 2016
1 parent c1bff16 commit 1c611cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/symbology-ng/qgspointclusterrenderer.cpp
Expand Up @@ -30,6 +30,8 @@ QgsPointClusterRenderer::QgsPointClusterRenderer()
: QgsPointDistanceRenderer( "pointCluster" )
{
mClusterSymbol.reset( new QgsMarkerSymbol() );
mClusterSymbol->setSize( 4 );
mClusterSymbol->setColor( QColor( 245, 75, 80 ) );
}

QgsPointClusterRenderer* QgsPointClusterRenderer::clone() const
Expand Down

0 comments on commit 1c611cc

Please sign in to comment.