Commit ff5a8bc
1 parent 30cf2d3 commit ff5a8bc
1 file changed
+4
-4
lines changedLines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2976 | 2976 |
| |
2977 | 2977 |
| |
2978 | 2978 |
| |
2979 |
| - | |
2980 |
| - | |
| 2979 | + | |
| 2980 | + | |
2981 | 2981 |
| |
2982 |
| - | |
| 2982 | + | |
2983 | 2983 |
| |
2984 | 2984 |
| |
2985 |
| - | |
| 2985 | + | |
2986 | 2986 |
| |
2987 | 2987 |
| |
2988 | 2988 |
| |
|
5 commit comments
marioba commentedon Nov 27, 2018
Hi @nyalldawson,
thanks for the fix.
The problem seems to be solved in the main canvas, but I have a similar problem in the layout manager when it renders the map.
Do you think it's the same problem with a similar simple solution?
nyalldawson commentedon Nov 27, 2018
@marioba The same change applied to both the canvas and layout, it's the same code used to render the labels for both areas
marioba commentedon Nov 27, 2018
Ok, but strange because it seems the same problem: with the labels around the centroid activated, in the layout it takes a lot to render the map.
nyalldawson commentedon Nov 27, 2018
@marioba is that a change from 2.18?
marioba commentedon Nov 28, 2018
In 2.18 I see the map rendering in the layout manager, in QGIS 3 master, no (only the text "rendering map").
But if I do export a pdf from the layout manager, neither of them can do it in a reasonable time.