1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-07-22 23:04:23 +02:00

Added land and see areas labels

This commit is contained in:
2024-07-04 00:31:26 +02:00
parent 3e60d0c84a
commit be75165088
4 changed files with 11 additions and 5 deletions

View File

@ -13,8 +13,8 @@ class MapData
public:
class Poly {
public:
Poly(uint type, const Polygon &path, const QVector<QByteArray> &params,
uint HUNI);
Poly(uint type, const Polygon &path, const QString &label,
const QVector<QByteArray> &params, uint HUNI);
RectC bounds() const {return _path.boundingRect();}
const Polygon &path() const {return _path;}