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; }