GeoJSON and GPX Viewer
Plot GeoJSON or GPX data — points, routes and tracks — so you can actually see the geography in a file.
Turning coordinates into a picture
GeoJSON and GPX files are just lists of coordinates and shapes in text, which tells you nothing at a glance. This draws them out visually, so a GPX track from a run or ride becomes a line you can follow, and a GeoJSON file of points and regions becomes a map you can read. It is the fastest way to check that a file contains what you think it does before you use it somewhere else.
Drop in the file and the points, lines and areas are plotted for you to inspect.
Check before you use
Seeing the data first catches the mistakes that are invisible in raw text: a track that jumps because of a bad GPS point, coordinates that landed in the wrong hemisphere, an empty or malformed file. For anyone working with location data — mapping, fitness exports, geo datasets — a quick visual confirmation saves a lot of confusion further down the line, and it all happens locally with nothing uploaded.
How to view GeoJSON and GPX files
- Add your GeoJSON or GPX file.
- See the routes, tracks and points drawn out.
- Inspect the data behind them.
Making sense of location data
GPX files come from GPS devices and fitness apps as recorded tracks; GeoJSON is the web standard for describing points, lines and areas. Both are unreadable as raw text, and plotting them is the only practical way to check a route recorded correctly or a boundary sits where it should.
It is a quick way to verify data before importing it somewhere else — spotting a stray point on the other side of the world is instant visually and nearly impossible in the file.
Questions & answers
What is the difference between GPX and GeoJSON?
GPX comes from GPS devices and holds tracks and waypoints; GeoJSON is a general web format for geographic shapes and data.
Can I check a route from my fitness app?
Yes — export the GPX and plot it to see exactly what was recorded.
Is my file uploaded?
No, it is parsed and drawn in your browser.
What file types can I view?
GeoJSON and GPX — the common formats for points, routes and GPS tracks.
What is this useful for?
Checking a GPS track or a geo dataset looks right before using it, and spotting bad points or malformed data.
Is my file uploaded?
No. The data is plotted in your browser and stays on your device.