Map files

Convert GeoJSON to GPX online

Exported GeoJSON from a web map or GIS project and need it on a handheld GPS or outdoor app? Drop it in and the hub rewrites it as GPX the moment it lands. Everything is processed on your device — the file never leaves the 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.