No processing of your file contents takes place on any server. You need no data-processing agreement with gottrix to handle confidential or business documents.
Servers in GermanyGDPR by design
Origin servers at Hetzner in Germany. Since your files never leave your device, their contents are not transmitted at all.
KML is the format of Google Earth and Google Maps, GPX that of GPS devices and outdoor apps (Garmin, Komoot, Wahoo). To get a route drawn in Google Earth onto a bike computer or hiking GPS you would otherwise have to chain two tools. This tool does it in one step: KML in, GPX out.
Placemarks (Point) become waypoints (wpt), lines (LineString) become tracks, compound lines (MultiGeometry) become multi-segment tracks. An area (Polygon) is output by GPX as a closed track, since it has no area format. Names are kept, elevation is carried over as ele. The coordinate order is correctly reordered from KML (longitude, latitude) to the GPX attributes lat/lon.
Everything runs entirely locally in the browser - your possibly sensitive route and location data never leaves your device. Honestly framed: geometry, name and elevation are transferred. KML-specific presentation (styles, icons, tours, overlays) has no counterpart in GPX and is not carried over. A KML file without placemarks, or an invalid file, is rejected with a clear message.
Specifications
Specifications
Input formats
KML
Output format
GPX
Batch processing
No
Processing
Locally in your browser (JavaScript)
File upload
None
In 3 steps
Drop your KML file.
The conversion runs automatically.
Download the GPX (for your GPS device).
Limitations:Converts KML straight to GPX 1.1 (internally via the GeoJSON model): Point to wpt, LineString/MultiGeometry to trk, Polygon as a closed track (GPX has no areas). Name and elevation are kept. KML styling, tours and overlays are not carried over. Coordinates WGS84, correctly reordered to lat/lon. KML without placemarks or invalid KML is rejected with an error.
FAQ
Why KML to GPX directly?
This gets a route planned in Google Earth onto a GPS device or into an outdoor app in one step, without a detour via an intermediate format.
How are lines and areas represented?
Lines become tracks. Since GPX has no areas, a polygon is output as a closed track (outer edge) instead of being discarded.
Are names and elevation kept?
Yes, placemark names become name and elevation values become ele in the GPX file.
Is my file uploaded?
No, the conversion happens entirely locally in the browser; route data never leaves your device.