-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[pal] Allow data defined quadrant when in "around point" mode
Previously, placement options were either all-or-nothing. If you wanted to manually set the quadrant for specific labels, it was only possible when in "offset from point" mode. But this meant that all other labels would be forced to have the same quadrant placement, resulting in poor placement. If instead you used "around point" mode, then all labels would be dynamically placed but there was no way to force a single label to a specific quadrant. Now, you can set the placement mode to "around point" so that the majority of labels get auto placed, and then set a data defined quadrant override for specific labels. Additionally, when data defined quadrant is set when in "around point" placement, then the label distance is used to offset the label rather then the offset X/Y used when in "offset from point" mode.
- Loading branch information
1 parent
7b18f67
commit c74754e
Showing
5 changed files
with
382 additions
and
339 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.