Skip to content

Commit

Permalink
Revert "Default to cartographic label placement for point layers"
Browse files Browse the repository at this point in the history
This reverts commit e0609d6.
  • Loading branch information
nyalldawson committed Jul 27, 2016
1 parent e0609d6 commit 9db46ef
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/core/qgspallabeling.cpp
Expand Up @@ -786,9 +786,6 @@ void QgsPalLayerSettings::readFromLayer( QgsVectorLayer* layer )
{
if ( layer->customProperty( "labeling" ).toString() != QLatin1String( "pal" ) )
{
if ( layer->geometryType() == Qgis::Point )
placement = OrderedPositionsAroundPoint;

// for polygons the "over point" (over centroid) placement is better than the default
// "around point" (around centroid) which is more suitable for points
if ( layer->geometryType() == Qgis::Polygon )
Expand Down

0 comments on commit 9db46ef

Please sign in to comment.