Convert GeoJSON to GPX online

Turn GeoJSON from a web map or GIS tool into GPX you can load onto a GPS device or outdoor app — instantly, in your browser.

GeoJSON GPX

Drop a GeoJSON file here

Converted in your browser — your file is never uploaded.

Why convert GeoJSON to GPX?

GeoJSON is perfect for the web, but a Garmin or a running watch cannot read it. Converting to GPX lets you take points and routes built in code, QGIS or a web map and carry them into the field on a real device.

What gets converted

  • Point features become waypoints.
  • LineString / MultiLineString features become tracks.
  • Polygons are written as closed tracks.
  • A feature’s name property is used to label the waypoint or track.

Private by design

Your GeoJSON is converted on your device and never uploaded.

Frequently asked questions

Will the GPX work on my GPS watch?

Yes — it is standard GPX 1.1, accepted by Garmin and most outdoor apps.

How are names handled?

The name property of each feature is used as the waypoint or track name in the GPX.

Is my file uploaded?

No, the conversion runs entirely in your browser.

What about polygons?

Polygons are written as closed tracks, since GPX has no polygon type.