Hi, is there a way to include the timestamps in KML file generated from replays?
The format I get so looks like this:
<Placemark>
<name>2025-04-21 22:00 - 2025-04-22 21:59</name>
<LineString>
<extrude>1</extrude>
<tessellate>1</tessellate>
<altitudeMode>absolute</altitudeMode>
<coordinates>-87.830156,41.985210,176.100000 -87.832822,41.871315,151.549000</coordinates>
</LineString>
</Placemark>
It's not possible to include timestamps in a LineString
. Why do you need it?
I need it to calculate the speed. Distance is extractable but I need the time to do the calculation.
Why not use route report?
Why not indeed. Totally missed that, thanks for pointing it out!
Hi, is there a way to include the timestamps in KML file generated from replays?
The format I get so looks like this:
<Placemark> <name>2025-04-21 22:00 - 2025-04-22 21:59</name> <LineString> <extrude>1</extrude> <tessellate>1</tessellate> <altitudeMode>absolute</altitudeMode> <coordinates>-87.830156,41.985210,176.100000 -87.832822,41.871315,151.549000</coordinates> </LineString> </Placemark>