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

Yet another ENC style improvement

This commit is contained in:
2022-11-05 13:34:01 +01:00
parent 2b34140746
commit 4ce5dfbcf9
6 changed files with 12 additions and 1 deletions

View File

@ -388,7 +388,8 @@ MapData::Attr MapData::lineAttr(const ISO8211::Record &r, uint OBJL)
if (key == OBJNAM)
label = av.at(1).toString();
if ((OBJL == DEPCNT && key == VALDCO))
if ((OBJL == DEPCNT && key == VALDCO)
|| (OBJL == LNDELV && key == ELEVAT))
label = av.at(1).toString();
}