mirror of
https://github.com/netfun2000/hipudding-teslamate.git
synced 2026-02-27 09:44:28 +08:00
some tools, e.g. Garmin Basecamp, expect a proper namespace definition in the xml root element and are more sensitive to xml schema violations. Track point elevation is specified to be an element of type xsd:decimal in the gpx schema. But Teslamate renders an empty element <ele></ele> when no elevation data is present. This fix does not render an <ele> element when no elevation is present Also the gpx schema requires a "creator" attribute on the gpx root element.