1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-01-18 11:52:08 +01:00

BUAARE area labels

This commit is contained in:
Martin Tůma 2024-12-18 18:48:50 +01:00
parent e0e9fa660a
commit b7bb3b649a

View File

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