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
- Drop a .gpx file into the zone above.
- Convertur parses it into GeoJSON features.
- Press Convert — it all runs in your browser.
- Download the .geojson and load it into your map.