Skip to content

Commit

Permalink
[pal] Improve line placement algorithm
Browse files Browse the repository at this point in the history
Avoid placing labels over jagged sections of lines

Sponsored by Andreas Neumann
  • Loading branch information
nyalldawson committed Aug 9, 2016
1 parent 1b1db22 commit 92ab671
Show file tree
Hide file tree
Showing 3 changed files with 298 additions and 80 deletions.
1 change: 1 addition & 0 deletions src/app/qgslabelingwidget.cpp
Expand Up @@ -182,4 +182,5 @@ void QgsLabelingWidget::showEngineConfigDialog()
{
QgsLabelEngineConfigDialog dlg( this );
dlg.exec();
emit widgetChanged();
}

0 comments on commit 92ab671

Please sign in to comment.