From 164e59602e02ce963c6a8b44e735867762fc03a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Thu, 30 Mar 2023 00:00:45 +0200 Subject: [PATCH] Added missing BCNCAR rendering --- src/map/ENC/style.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/map/ENC/style.cpp b/src/map/ENC/style.cpp index f199db3e..0094b85d 100644 --- a/src/map/ENC/style.cpp +++ b/src/map/ENC/style.cpp @@ -190,6 +190,7 @@ void Style::pointStyle() _points[TYPE(I_BOYLAT)] = Point(QImage(":/marine/buoy.png"), Small); _points[TYPE(BOYSAW)] = Point(QImage(":/marine/buoy.png"), Small); _points[TYPE(BOYSPP)] = Point(QImage(":/marine/buoy.png"), Small); + _points[TYPE(BCNCAR)] = Point(QImage(":/marine/beacon.png"), Small); _points[TYPE(BCNISD)] = Point(QImage(":/marine/beacon.png"), Small); _points[TYPE(BCNLAT)] = Point(QImage(":/marine/beacon.png"), Small); _points[TYPE(I_BCNLAT)] = Point(QImage(":/marine/beacon.png"), Small);