Processed locally — your file never leaves your device
GPX to KML Converter
Convert a GPX file to KML entirely in your browser — nothing is uploaded.
Drop a GeoJSON, TopoJSON, KML, KMZ, GPX, zipped Shapefile or CSV file hereor click to choose a file from your deviceNothing is uploaded — the file is detected and processed entirely on your device.
How it works
- Select or drop a .gpx file.
- Your browser converts its waypoints, tracks and routes to KML locally.
- Download the resulting .kml file, ready to open in Google Earth.
Frequently asked questions
- Is my GPX file uploaded anywhere?
- No. The conversion happens entirely on your device — GPX is read as GeoJSON internally, then written out as KML, all locally.
- What becomes what in the KML output?
- Waypoints become <Placemark> Points, and tracks/routes become <Placemark> LineStrings, each inside a <Document>.
- Can I open the result in Google Earth?
- Yes — the output is standard KML 2.2.