Convert GPX to GeoJSON
Convert a GPX file (GPS track/waypoints) to GeoJSON, in your browser.
Related tools
How it works
- 1
Paste your GPX
Waypoints, routes and tracks are all read.
- 2
Copy the GeoJSON
Ready to drop into any web map.
FAQ
- How is this different from the GPX Track Viewer/Distance tools?
- Those tools only read <trkpt> track points for track-specific stats; this converter also reads <wpt> waypoints and <rte> routes, and its only output is plain GeoJSON.
- Does this include elevation?
- Yes, when present - elevation is kept as each point’s coordinate z-value.
