... the user friendly GPS tool


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bug report: missing <time> field
#1
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
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>
The <time> field is missing, I guess it's because the daytime part is 00:00:00Z.
Reply


Messages In This Thread
Bug report: missing <time> field - by Innertia - 29.04.2024, 21:30

Forum Jump:


Users browsing this thread: 1 Guest(s)