how to export the journeys in kml

Karim momoa year ago

Hello,
how to export the journeys in kml ? when I export it comes to excel.
I have installl traccar 6.0

Anton Tananaeva year ago

Use this API endpoint:

GET /api/positions/kml?deviceId=x&from=x&to=x
Karim momoa year ago

please which file should I modify to add? the traccar.xml file?

Anton Tananaeva year ago

You don't need to modify any files. It's enabled by default.

Karim momoa year ago

in this case how to use it to get kml file?

Anton Tananaeva year ago

I already said how.