From 268ec1050bcb468d4dd7304fb1f254ce060b9c35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Fri, 9 Feb 2024 08:23:52 +0100 Subject: [PATCH] Fixed highway line --- src/map/IMG/style.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/map/IMG/style.cpp b/src/map/IMG/style.cpp index 3e30b860..7ef74cd4 100644 --- a/src/map/IMG/style.cpp +++ b/src/map/IMG/style.cpp @@ -321,7 +321,7 @@ void Style::defaultPolygonStyle() void Style::defaultLineStyle(qreal ratio) { _lines[TYPE(0x01)] = Line(QPen(QColor(0x9b, 0xd7, 0x72), 2, Qt::SolidLine), - QPen(QColor(0x72, 0xa, 0x35a), 6, Qt::SolidLine, Qt::RoundCap, + QPen(QColor(0x72, 0xa3, 0x5a), 6, Qt::SolidLine, Qt::RoundCap, Qt::RoundJoin)); _lines[TYPE(0x02)] = Line(QPen(QColor(0xff, 0xcc, 0x78), 2, Qt::SolidLine), QPen(QColor(0xe8, 0xa5, 0x41), 6, Qt::SolidLine, Qt::RoundCap,