Press ↑↓ to navigate ·
Enter to open ·
/ anywhere to search
🌍 Geo Tool
GPX Track Converter
Convert GPX track files to GeoJSON and render them on an interactive map. Supports waypoints and routes.
togeojson library
Track visualization
Download result
Works offline
🏃
Drop GPX file here or click to browse
Supports .gpx track files from GPS devices, Strava, Garmin, etc.
About this tool
The PixelForge GPX to GeoJSON Converter transforms GPX files — the standard format for GPS device tracks and waypoints — into GeoJSON format for use in web mapping applications, databases, and spatial analysis tools. GPX is output by Garmin, Strava, hiking apps, and most GPS receivers. Converting to GeoJSON makes the data usable with Leaflet, Mapbox, PostGIS, and all modern geospatial workflows.
Frequently Asked Questions
Track points (trkpt) become LineString features, waypoints (wpt) become Point features, and routes (rte) become LineString features. GPX extensions like heart rate and cadence are preserved as GeoJSON properties.
Yes. Use the reverse direction of this converter to go from GeoJSON back to GPX format for re-import into GPS software.
Yes. Elevation data from the GPX ele element is stored as the third coordinate value in GeoJSON coordinates arrays.
Yes. QGIS reads GeoJSON natively. Open the downloaded .geojson file directly as a vector layer.
There is no hard limit. Large GPX files with thousands of track points are converted without issues.