You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting: invalid child element course in waypoint thread gpx.
According to the spec[1], course is valid but we do not handle it in the lib [2].
The straight forward fix could be just supporting this tag, but what about just killing InvalidChildElement? Or minting a strict mode and only consider this as an error there?
Getting: invalid child element
course
inwaypoint
threadgpx
.According to the spec[1],
course
is valid but we do not handle it in the lib [2].The straight forward fix could be just supporting this tag, but what about just killing
InvalidChildElement
? Or minting a strict mode and only consider this as an error there?[1] https://www.topografix.com/gpx_manual.asp
[2]
gpx/src/parser/waypoint.rs
Lines 67 to 123 in ef3ab70
The text was updated successfully, but these errors were encountered: