mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-06-27 03:29:16 +02:00
Added missing fences rendering
This commit is contained in:
@ -32,6 +32,7 @@
|
||||
#define DMPGRD 48
|
||||
#define DYKCON 49
|
||||
#define FAIRWY 51
|
||||
#define FNCLNE 52
|
||||
#define FERYRT 53
|
||||
#define FLODOC 57
|
||||
#define GATCON 61
|
||||
|
@ -114,6 +114,7 @@ void Style::defaultLineStyle()
|
||||
_lines[SUBTYPE(RCRTCL, 2)] = Line(QPen(QColor("#eb49eb"), 0, Qt::DashLine));
|
||||
_lines[TYPE(FAIRWY)] = Line(QPen(QColor("#888888"), 1, Qt::DashDotDotLine));
|
||||
_lines[TYPE(BERTHS)] = Line(QPen(QColor("#333333"), 2));
|
||||
_lines[TYPE(FNCLNE)] = Line(QImage(":/marine/fence-line.png"));
|
||||
}
|
||||
|
||||
void Style::defaultPointStyle()
|
||||
|
Reference in New Issue
Block a user