Timestamps in KML

Zangetsu 10 months 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 Tananaev 10 months ago

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

Zangetsu 10 months ago

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

Anton Tananaev 10 months ago

Why not use route report?

Zangetsu 10 months ago

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