Skip to content

Commit

Permalink
BUAARE area labels
Browse files Browse the repository at this point in the history
  • Loading branch information
tumic0 committed Dec 18, 2024
1 parent e0e9fa6 commit b7bb3b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/map/ENC/mapdata.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit b7bb3b6

Please sign in to comment.