Timestamps in KML

Zangetsu5 days ago

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>
Anton Tananaev5 days ago

It's not possible to include timestamps in a LineString. Why do you need it?

Zangetsu5 days ago

I need it to calculate the speed. Distance is extractable but I need the time to do the calculation.

Anton Tananaev5 days ago

Why not use route report?

Zangetsu5 days ago

Why not indeed. Totally missed that, thanks for pointing it out!