Closed melitele closed 9 years ago
Under what condition(s) would tmd:TripMetaData not be used in the Garmin GPX Export?
<tmd:TripMetaData>
is always emitted in Garmin GPX Export. The issue is with trips that have no name because the current implementation doesn't emit mandatory <tmd:TripName>
in that case. The fix is going to make sure that <tmd:TripName>
element is emitted even when trip has no name.
Fixed.
According the the schema (below)
<tmd:TripName>
is a mandatory subelement and should be emitted when<tmd:TripMetaData>
element is emitted, even when trip name is not set. Otherwise exported GPX file is not valid.