ToolJoltTools

GPX Viewer

View GPX tracks, routes and waypoints from any GPS device or app — instant preview, stats, and conversion to GeoJSON/KML/CSV. No upload.

Paste data or open a file

Everything parses in your browser — files are never uploaded.

Field guide: GPX Viewer

GPX is the universal donor of GPS data — every watch, handheld, drone log and fitness app exports it — and the universal question is the same: what does this track actually look like? Open or paste the file and tracks (trk), routes (rte) and waypoints (wpt) render immediately, with the segment structure preserved and waypoint names/elevations in the attribute table. Everything parses locally; your movement data never uploads.

That last point deserves emphasis: a GPX file is a diary of where you were, when — exactly the data class to keep off random converter sites. From here it exports to GeoJSON (for web maps and analysis), KML (for Google Earth), CSV (every trackpoint as a row), or a standalone interactive HTML map for sharing a hike or ride with people who just want to see it on a real map.

Field tips

  • Strava, Garmin Connect and most apps export GPX from the activity's menu — look for 'Export Original' to keep full point density.
  • Multiple trksegs in one track are usually GPS-signal gaps (tunnels, canyons) — the viewer keeps them as separate lines so the gaps stay honest.
  • For privacy before sharing, trim the first/last few hundred meters near home — the CSV export makes deleting those rows easy, then re-import.
Sources & standards: GPX 1.1 schema (Topografix)

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 Viewer — View GPX tracks, routes and waypoints from any GPS device or app — instant preview, stats, and conversion to GeoJSON/KML/CSV. No upload. Free, offline-first and GPS-aware: open it on any phone, log in seconds, and hand your GIS team clean GeoJSON.

About GPX Viewer

GPX is the universal donor of GPS data — every watch, handheld, drone log and fitness app exports it — and the universal question is the same: what does this track actually look like? Open or paste the file and tracks (trk), routes (rte) and waypoints (wpt) render immediately, with the segment structure preserved and waypoint names/elevations in the attribute table. Everything parses locally; your movement data never uploads.

How to use GPX Viewer

  1. 1Open the tool — it loads instantly and runs entirely in your browser.
  2. 2Enter or import your field data; everything stays on your device.
  3. 3Review the computed results and flagged items.
  4. 4Export to CSV/GeoJSON or print a report for stakeholders.

Why use GPX Viewer?

  • 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 (Topografix)

Frequently asked questions

What's the difference between tracks, routes and waypoints?+

A track (trk) is where you actually went — breadcrumbs recorded as you moved. A route (rte) is where you plan to go — ordered points to follow. Waypoints (wpt) are standalone marked spots (trailhead, campsite). This viewer reads all three; most fitness exports contain only a track.

Can I convert GPX to GeoJSON or KML here?+

Yes — load the file and download either. Tracks become LineStrings, waypoints become Points with name/elevation properties. GPX→GeoJSON is the standard handoff for web-map projects; GPX→KML lets a hike open in Google Earth with terrain.

Why does my track have fewer points than expected?+

Devices smart-record: many watches log adaptively (more points on curves, fewer on straights) or per-second only in certain modes, and some app exports simplify. If the file says 800 points, that's what the device kept — this viewer never decimates, and the vertex counter shows the truth.

Is elevation preserved?+

Waypoint elevations show in the attribute table and survive exports as properties; trackpoint elevations ride through GPX→CSV (as a column). GeoJSON's third coordinate is optional and many tools ignore it, so elevation-critical workflows usually keep CSV alongside.

Embed GPX Viewer on your website

Want GPX Vieweron 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.

Embed code
<iframe src="https://tooljolt.com/tools/gpx-viewer" width="100%" height="640" style="border:1px solid #e5e7eb;border-radius:12px;max-width:680px" title="GPX Viewer — ToolJolt" loading="lazy"></iframe>

Related tools

Related GIS tools

Sponsored