From b7bb3b649a6021e91a02c837639e5b7dee35cdd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Wed, 18 Dec 2024 18:48:50 +0100 Subject: [PATCH] BUAARE area labels --- src/map/ENC/mapdata.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/map/ENC/mapdata.cpp b/src/map/ENC/mapdata.cpp index 25f7673e..cfa4f7b2 100644 --- a/src/map/ENC/mapdata.cpp +++ b/src/map/ENC/mapdata.cpp @@ -305,7 +305,7 @@ MapData::Poly::Poly(uint type, const Polygon &path, const QString &label, + QString::number(clr) + UNIT_SPACE + hUnits(HUNI); } } else if (type>>16 == LNDARE || type>>16 == SEAARE || type>>16 == BERTHS - || type>>16 == I_BERTHS) + || type>>16 == I_BERTHS || type>>16 == BUAARE) _label = label; }