Convertur

Convert GPX to GeoJSON

Convert GPX tracks, routes, and waypoints into a clean GeoJSON FeatureCollection for Leaflet, Mapbox, and QGIS — parsed locally.

Loading tool…

What is GeoJSON?

GeoJSON is the JSON-based standard for encoding geographic features — points, lines, and polygons with properties — used by nearly every web map library and GIS tool.

Why convert GPX to GeoJSON?

GeoJSON drops straight into Leaflet, Mapbox GL, OpenLayers, and QGIS. Converting a GPS recording gives you data you can style, filter, and analyse programmatically.

How the conversion works

Convertur uses the battle-tested togeojson parser to turn GPX tracks, routes, and waypoints into a pretty-printed FeatureCollection with geometry and properties intact.

How to gpx to geojson

  1. Drop a .gpx file into the zone above.
  2. Convertur parses it into GeoJSON features.
  3. Press Convert — it all runs in your browser.
  4. Download the .geojson and load it into your map.

Related converters

GPX to GeoJSON — FAQ