Merge GPX files in your browser
This tool combines several GPX files — for example one per day of a multi-day hike — into a single GPX document you can load onto a watch or into a mapping app. It is built for hikers, cyclists and tourers who record in chunks but want one clean file.
How it works
Each input is parsed with the browser’s DOMParser. The tool then builds a fresh GPX
1.1 document containing one track, and adds one track segment per source file so
the original ordering and any gaps between recordings are preserved rather than being
joined by a misleading straight line. Every trkpt is copied with its lat, lon,
ele and time intact, and any standalone wpt waypoints are appended at the
document level. The result is valid GPX that any tool can read.
Notes
All processing is local — nothing is uploaded. Add the files in the order you want them to appear in the merged track. To go the other way and break one file into pieces, use the GPX Splitter.