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:
@ -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();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user