29.04.2024, 21:30
Version: RouteConverterWindowsBundle 3.0
Scenario: when trying to save as a .gpx, there is missing <time> in <trkpt *>, that is troublesome in other use cases, for example in Google Earth.
Details:
in source data
in the output that RouteConverter generated
The <time> field is missing, I guess it's because the daytime part is 00:00:00Z.
Scenario: when trying to save as a .gpx, there is missing <time> in <trkpt *>, that is troublesome in other use cases, for example in Google Earth.
Details:
in source data
Code:
<trkpt lat="23.752783" lon="120.618601">
<ele>173.2</ele>
<time>2024-03-27T00:00:00Z</time>
</trkpt>kpt>in the output that RouteConverter generated
Code:
<trkpt lat="23.752783" lon="120.618601">
<ele>173.2</ele>
<name>Position 567</name>
</trkpt>
