Skip to main content

Optimize & Repair · browser workspace

Minify GeoJSON - Compress Map Data

Remove insignificant whitespace from GeoJSON while preserving the parsed geometry and properties. The file is processed locally in your browser.

Quick start

Built for compress a json file by removing all whitespace.

Everything runs in your browser, so you can test the workflow with sample data when available before using production files.

Output: A new file or report produced locally in your browser.

  1. 1Choose a supported file or use sample data when available.
  2. 2Set the options shown for this workflow.
  3. 3Process the file locally, inspect the result, and download a new copy.
Preparing your private workspace…

How to Minify JSON

  1. 1Upload GeoJSON file
  2. 2Tool removes whitespace
  3. 3Download optimized file

Why Use This Tool?

  • Reduce Size - Make maps load faster
  • Valid GeoJSON - Structure remains valid
  • Coordinate Precision - Keeps data intact
  • Large Files - Handle large map datasets
  • Private - Map data stays local

Frequently Asked Questions

Will it change coordinates?

The tool parses and serializes the JSON without deliberately changing coordinate values. Validate the output in your map workflow before replacing the source.

How much space does it save?

Savings depend on how much indentation and whitespace the source contains. Already minified files may become only slightly smaller.