mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-06-02 16:23:03 +02:00
Show recommended tracks orientation
This commit is contained in:
parent
d9e4d6c519
commit
2fec4dafda
@ -525,6 +525,8 @@ MapData::Line::Line(uint type, const QVector<Coordinates> &path,
|
|||||||
_label = QString::fromLatin1(_attr.value(VALDCO));
|
_label = QString::fromLatin1(_attr.value(VALDCO));
|
||||||
else if (type == LNDELV)
|
else if (type == LNDELV)
|
||||||
_label = QString::fromLatin1(_attr.value(ELEVAT));
|
_label = QString::fromLatin1(_attr.value(ELEVAT));
|
||||||
|
else if (type == RECTRC)
|
||||||
|
_label = QString::fromLatin1(_attr.value(ORIENT));
|
||||||
else
|
else
|
||||||
_label = QString::fromLatin1(_attr.value(OBJNAM));
|
_label = QString::fromLatin1(_attr.value(OBJNAM));
|
||||||
}
|
}
|
||||||
|
@ -411,6 +411,7 @@ void Style::lineStyle(qreal ratio)
|
|||||||
Qt::SolidLine));
|
Qt::SolidLine));
|
||||||
_lines[TYPE(I_WTWAXS)] = Line(QPen(QColor(0, 0, 0), 0, Qt::DashLine));
|
_lines[TYPE(I_WTWAXS)] = Line(QPen(QColor(0, 0, 0), 0, Qt::DashLine));
|
||||||
_lines[SUBTYPE(RECTRC, 1)] = Line(QPen(QColor(0, 0, 0), 0, Qt::SolidLine));
|
_lines[SUBTYPE(RECTRC, 1)] = Line(QPen(QColor(0, 0, 0), 0, Qt::SolidLine));
|
||||||
|
_lines[SUBTYPE(RECTRC, 1)].setTextFontSize(Small);
|
||||||
_lines[SUBTYPE(RECTRC, 2)] = Line(QPen(QColor(0, 0, 0), 0, Qt::DashLine));
|
_lines[SUBTYPE(RECTRC, 2)] = Line(QPen(QColor(0, 0, 0), 0, Qt::DashLine));
|
||||||
_lines[SUBTYPE(RCRTCL, 1)] = Line(QPen(QColor(0xeb, 0x49, 0xeb), 0,
|
_lines[SUBTYPE(RCRTCL, 1)] = Line(QPen(QColor(0xeb, 0x49, 0xeb), 0,
|
||||||
Qt::SolidLine));
|
Qt::SolidLine));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user