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

Added traffic lines arrows

This commit is contained in:
2022-11-14 22:29:27 +01:00
parent c09525f306
commit bd2d66ecd3
8 changed files with 116 additions and 2 deletions

View File

@ -479,6 +479,9 @@ MapData::Attr MapData::polyAttr(const ISO8211::Record &r, uint OBJL)
else if (OBJL == RESARE && key == RESTRN) {
if (av.at(1).toString().toUInt() == 1)
subtype = 2;
} else if (OBJL == TSSLPT && key == ORIENT) {
double angle = av.at(1).toString().toDouble();
subtype = (uint)(angle * 10);
}
}