Convert GeoJSON to GPX
Convert GeoJSON points/lines to a GPX file for GPS devices and apps, in your browser.
Related tools
How it works
- 1
Paste your GeoJSON
Point features become waypoints, LineString features become tracks.
- 2
Copy the GPX
Ready to load onto a GPS device or app.
FAQ
- Does this support Polygon geometry?
- No - GPX only has a concept of waypoints and tracks, so only Point and LineString features convert; a Polygon-only input returns an error.
- Are feature names preserved?
- Yes for waypoints (a Point feature’s name property becomes the GPX <name>) - tracks don’t carry a per-segment name.
