mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-02-07 20:15:13 +01:00
Do not outline countour height entries
This commit is contained in:
parent
ab2f8d8350
commit
c114383c85
@ -357,7 +357,8 @@ void RasterTile::processStreetNames(QList<TextItem*> &textItems)
|
|||||||
? &style.textColor() : 0;
|
? &style.textColor() : 0;
|
||||||
|
|
||||||
TextPathItem *item = new TextPathItem(poly.points,
|
TextPathItem *item = new TextPathItem(poly.points,
|
||||||
&poly.label.text(), _rect, fnt, color, &haloColor);
|
&poly.label.text(), _rect, fnt, color, Style::isContourLine(poly.type)
|
||||||
|
? 0 : &haloColor);
|
||||||
if (item->isValid() && !item->collides(textItems))
|
if (item->isValid() && !item->collides(textItems))
|
||||||
textItems.append(item);
|
textItems.append(item);
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user