mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 03:35:53 +01:00
Added support for TCX course points icons
This commit is contained in:
parent
7de180d580
commit
15fbd6d35e
@ -123,6 +123,8 @@ void TCXParser::waypointData(Waypoint &waypoint)
|
||||
waypoint.setElevation(number());
|
||||
else if (_reader.name() == QLatin1String("Time"))
|
||||
waypoint.setTimestamp(time());
|
||||
else if (_reader.name() == QLatin1String("PointType"))
|
||||
waypoint.setSymbol(_reader.readElementText());
|
||||
else
|
||||
_reader.skipCurrentElement();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user