Export a Map to GeoJSON
MapGridder exports everything on your map to a GeoJSON file, so waypoints, routes, measurements, shapes, symbols, radius rings, and grid lines all become standard features in one FeatureCollection. GeoJSON is an open standard that almost every mapping and GIS tool can read, and the whole export runs in your browser, so your data is never uploaded to a server.
What you can do
- Export waypoints, routes, and measurements as GeoJSON features
- Include shapes, symbols, radius rings, and grid lines
- Standard FeatureCollection that opens in common GIS tools
- Runs in your browser, nothing uploaded to a server
Frequently asked questions
How do I export a map to GeoJSON?
Open the map, choose Export from the File menu, set the format to GeoJSON, pick which layers to include, and download the file.
What is GeoJSON?
GeoJSON is an open standard for encoding geographic data (points, lines, and polygons) as JSON. It is widely supported, so most mapping and GIS tools can open a GeoJSON file directly.
What gets included in the GeoJSON file?
Waypoints, routes, distance measurements, shapes, text labels, tactical and topographic symbols, radius rings, and the custom metric grid lines. Each feature keeps properties like name, color, and size.
Can I choose which layers to export?
Yes. The export dialog lets you toggle measurements, shapes, symbols, radius rings, and the grid before you download.
Are my files uploaded to a server?
No. The GeoJSON is built on your device, so your data never leaves your browser.
What can I open a GeoJSON file with?
Most mapping and GIS applications read GeoJSON, and you can also load it into many web maps and code libraries. It is a plain-text JSON file, so it is easy to inspect or process.
Is the GeoJSON export free?
Yes. No fee, no install, and nothing uploaded. It does need a quick, free sign-in to export.
Related: GPX and KML guide · GPX editor online · KML viewer · Export a map to GeoJSON guide