File Conversion

GeoJSONFGB

Convert GeoJSON to FGB online

Convert GeoJSON — the open, web-native JSON format read by Leaflet, Mapbox and virtually every modern GIS tool — into FlatGeobuf, which is a fast, streamable binary format built for large datasets. Drop your GeoJSON file below, FGB is already selected as the output, and download the result. Everything runs in your browser and the cloud; you never install anything.

STEP 01

Upload your file

Drag and drop it into the converter below — no account needed to start.

STEP 02

Convert in the cloud

MapGO detects the format and produces your download in seconds.

STEP 03

Download & keep it

Files are deleted automatically after 48 hours.

Files are deleted automatically after 48 hours. Your files are never shared.

Why convert GeoJSON to FGB with MapGO?

Most online converters take one file and hand back one file. MapGO is built on a real geospatial engine, so a single upload can do more:

  • Several outputs in one upload — tick FGB and any other formats you need; every selected format is delivered from the same file.
  • Files up to 5 GB — far beyond the browser-based converters that choke past a few hundred megabytes.
  • Reproject while you convert — set a source and target EPSG code and the coordinate system is changed during the conversion, no second tool needed.
  • Private by defaultfiles are deleted automatically after 48 hours.

GeoJSON vs FGB at a glance

GeoJSONFGB
Typical useWeb maps and APIs (Leaflet, Mapbox, D3); human-readable data in gitLarge datasets streamed to web maps; cloud-native data pipelines
Size on diskVerbose plain text — the largest of the common formats, but gzips wellCompact binary with a built-in spatial index
Attribute supportFlexible JSON properties — nesting and arrays allowedFull attribute tables
Software supportEvery modern GIS tool and every web mapping libraryGDAL/QGIS, plus web libraries via the flatgeobuf JS package
Web-friendlinessExcellent — the native format of web mappingExcellent — streams over plain HTTP range requests

Other ways to convert GeoJSON to FGB

You don't need an online tool for this. If you have GDAL installed, one command does it:

ogr2ogr -f "FlatGeobuf" output.fgb input.geojson

In QGIS (free): open your GeoJSON via Layer → Add Layer, then right-click the layer → Export → Save Features As… and pick FGB as the format.

The MapGO converter above is for when you don't want to install anything, need to convert to several formats at once, or are handling files too large for a desktop machine — drop the file and download the result.

GeoJSON to FGB: frequently asked questions

Is the GeoJSON to FGB converter free?

Yes — new accounts get free conversion credits to start, and every paid plan converts unlimited files within its size limit. There is nothing to install; the whole GeoJSON-to-FGB conversion runs in the cloud.

Is my data kept private?

Conversion is fully automated and your file is never shared. Files are deleted automatically after 48 hours. Download your FGB result and it's yours to keep.

What does the FGB output contain?

You get a clean FlatGeobuf file with your geometry and attributes preserved, ready to open in the tools that read FGB.

Does my GeoJSON need to be in WGS84?

The GeoJSON spec (RFC 7946) defines coordinates as WGS84 longitude/latitude, and that is how MapGO reads it by default. If your file uses a different coordinate system, set the source EPSG code in the converter and MapGO applies it before converting.

What is FlatGeobuf actually good for?

It is a binary format with a built-in spatial index that web maps can stream over plain HTTP — the browser fetches only the features in view, no tile server required. Leaflet, MapLibre and OpenLayers read it via the flatgeobuf JavaScript package.

Can I convert FGB back to GeoJSON?

Yes — use our FGB to GeoJSON converter for the reverse direction. MapGO supports conversions in both directions between these formats.