GPX to GeoJSON Converter
Convert GPS tracks, routes and waypoints to GeoJSON for web maps and analysis — segment-aware, client-side, free.
Paste data or open a file
Everything parses in your browser — files are never uploaded.
Field guide: GPX to GeoJSON Converter
Every 'put my runs on my website' project starts here: the watch speaks GPX, the map library speaks GeoJSON. This converter is segment-aware — each trkseg becomes its own LineString, so GPS dropouts stay as honest gaps instead of false straight lines across the tunnel — and waypoints come along as Points with their names and elevations as properties.
It's also the analysis on-ramp: GeoJSON drops straight into turf.js, geopandas, kepler.gl or PostGIS, where distance, pace zones and heatmaps live. Conversion is client-side (location history is sensitive data — see a pattern in these tools?), and the HTML export shortcuts the whole pipeline when the goal was only ever 'show the route on a real map'.
Field tips
- Export 'original' GPX from fitness platforms when offered — re-exported files are often simplified to ~100 points and look angular on maps.
- Segment gaps are information: if you want one continuous line anyway, merge in your map code, not by pre-editing the GPX.
- Batch trick: convert each file here, then concatenate FeatureCollections' features arrays — every track becomes one layer-ready file.
Records are stored only in this browser (localStorage) — export regularly. This tool aids field documentation; it does not replace your agency's official inspection procedures or engineering judgment.
GPX to GeoJSON Converter — Convert GPS tracks, routes and waypoints to GeoJSON for web maps and analysis — segment-aware, client-side, free. Free, offline-first and GPS-aware: open it on any phone, log in seconds, and hand your GIS team clean GeoJSON.
About GPX to GeoJSON Converter
Every 'put my runs on my website' project starts here: the watch speaks GPX, the map library speaks GeoJSON. This converter is segment-aware — each trkseg becomes its own LineString, so GPS dropouts stay as honest gaps instead of false straight lines across the tunnel — and waypoints come along as Points with their names and elevations as properties.
How to use GPX to GeoJSON Converter
- 1Open the tool — it loads instantly and runs entirely in your browser.
- 2Enter or import your field data; everything stays on your device.
- 3Review the computed results and flagged items.
- 4Export to CSV/GeoJSON or print a report for stakeholders.
Why use GPX to GeoJSON Converter?
- ✓100% free, no sign-up — built for crews, not per-seat licences
- ✓Offline-first: records save to your device instantly and survive dead zones
- ✓One-tap GPS tagging with accuracy capture on every record
- ✓Exports CSV for asset systems, GeoJSON for GIS, and print-ready reports
- ✓Checklist and guidance aligned with GPX 1.1 schema
Frequently asked questions
How do I get GPX out of Strava or Garmin?+
Strava: activity page → ⋯ menu → Export GPX. Garmin Connect: activity → gear icon → Export to GPX. Apple Health/Watch needs a third-party exporter app. All produce standard GPX 1.1 this converter reads directly — paste or open the file.
Why multiple LineStrings instead of one line?+
Because your device recorded multiple segments — auto-pause, tunnels, signal loss all split trksegs. Faithful conversion preserves them: connecting across a gap would draw movement that never happened. Most map libraries style a multi-segment FeatureCollection identically anyway.
Does heart rate / cadence data convert?+
GPX extensions (hr, cad, power) live per-trackpoint, and GeoJSON LineStrings can't carry per-vertex attributes — so they don't survive into line features. For per-point analysis, use the CSV export (each trackpoint a row) where extension columns belong; for the map line, you rarely needed them anyway.
What's the fastest route from GPX to a shareable map?+
Load the file, download the HTML map, send it. It's a single self-contained file: Leaflet, OpenStreetMap tiles, your track inlined, popups from waypoint names. No hosting, no account, opens on any phone — the entire 'share my hike' use case in one click.
Embed GPX to GeoJSON Converter on your website
Want GPX to GeoJSON Converteron your own site? Paste this snippet into any HTML page — it's free, with no API key or sign-up. The tool loads in an iframe and keeps working exactly as it does here.
<iframe src="https://tooljolt.com/tools/gpx-to-geojson" width="100%" height="640" style="border:1px solid #e5e7eb;border-radius:12px;max-width:680px" title="GPX to GeoJSON Converter — ToolJolt" loading="lazy"></iframe>Related GIS tools
Shapefile to GeoJSON Converter
Convert ESRI shapefiles (.shp + .dbf or zipped) to GeoJSON in your browser — attributes preserved, nothing uploaded. Free, no size games.
● LiveShapefile Viewer
Open and inspect ESRI shapefiles online without ArcGIS or QGIS — feature counts, attributes and GeoJSON preview, 100% in your browser.
● LiveKMZ to KML Converter
Extract the KML from any KMZ file in your browser — see bundled icons/overlays too. No upload, no Google Earth install needed.
● Live