QuickMapTools

GeoJSON Tools

GeoJSON is the standard JSON-based format for geospatial vector data — points, lines, polygons, and their attributes. Every modern web mapping library, web service, and GIS application reads it.

This page collects every GeoJSON tool on QuickMapTools in one place: viewers, converters, geometry operations, attribute filtering, and inspection. All run entirely in your browser. Your files never leave your device.

View GeoJSON

Transform GeoJSON geometry

Analyse, filter & inspect

Convert GeoJSON to another format

Frequently asked questions

What is GeoJSON used for?

GeoJSON (RFC 7946) is the most common format for sharing geospatial vector data on the web. It is read natively by Leaflet, Mapbox GL, OpenLayers, ArcGIS API, QGIS, and almost every web mapping library and GIS tool.

Can I edit GeoJSON in the browser?

Yes — every QuickMapTools GeoJSON operation runs locally in your browser using WebAssembly. Your file never leaves your device.

What is the biggest GeoJSON file I can process?

Files up to a few hundred MB usually work in modern browsers. Very large GeoJSON files (>500MB) may exceed browser memory — convert them to FlatGeobuf or GeoPackage for streaming access instead.

How do I convert GeoJSON to Shapefile?

Use our GeoJSON to Shapefile converter. Drop the file, click download, and you get a zipped Shapefile ready for ArcGIS or QGIS.