[openstreetmap/openstreetmap-website] Traces KML upload (Issue #6873)

Minh Nguyễn notifications at github.com
Thu Mar 12 09:16:27 UTC 2026


1ec5 left a comment (openstreetmap/openstreetmap-website#6873)

The example Traccar output above is only useful for visualization, akin to GeoJSON. A KML `<Placemark>` contains a vector [geometry](https://developers.google.com/kml/documentation/kmlreference#geometry). Traccar’s output uses a `<LineString>` element that contains the individual trackpoints in a `<coordinates>` tag. These coordinates lack individual timestamps, apparently relying on the consumer to display the entire trace at once or interpolate the points. As noted in https://github.com/openstreetmap/openstreetmap-website/pull/6876#pullrequestreview-3929002753, we require a timestamp per coordinate in order to animate the trace accurately and also store the points individually.

Google’s KML profile has an alternative geometry type, [`<gx:Track>`](https://developers.google.com/kml/documentation/kmlreference#gxtrack), that annotates each coordinate in the track with a timestamp. This would be useful for our purposes. Do you know if there are any popular software packages that produce KML with tracks in them?

-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/issues/6873#issuecomment-4045158467
You are receiving this because you are subscribed to this thread.

Message ID: <openstreetmap/openstreetmap-website/issues/6873/4045158467 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20260312/8520c7ae/attachment-0001.htm>


More information about the rails-dev mailing list