1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-07-13 10:25:10 +02:00

ENC inland waters style hack

This commit is contained in:
2022-11-05 20:38:08 +01:00
parent 67209c4ad5
commit 015598b951
5 changed files with 35 additions and 8 deletions

View File

@ -374,7 +374,8 @@ MapData::Attr MapData::pointAttr(const ISO8211::Record &r, uint OBJL)
label = av.at(1).toString();
if ((OBJL == HRBFAC && key == CATHAF)
|| (OBJL == LNDMRK && key == CATLMK)
|| (OBJL == WRECKS && key == CATWRK))
|| (OBJL == WRECKS && key == CATWRK)
|| (OBJL == MORFAC && key == CATMOR))
subtype = av.at(1).toString().toUInt();
}