TopoJSON to Shapefile Converter

Round-trip from a web visualisation dataset back into the GIS workflow — typically when a domain expert wants to extend a published map.

Convert TopoJSON to Shapefile now

Common issues converting TopoJSON to Shapefile

Frequently asked questions

What if my topology has multiple objects?

Only the first object becomes the Shapefile. Split into multiple TopoJSON files (one per object) and convert each, or use FlatGeobuf which carries all objects in one file.

Will the spatial index be built?

Not by the converter. QGIS / ArcGIS build .sbn / .qix indexes on first open — let the consuming tool handle it.

Is the resulting shapefile in WGS 84?

Yes — output .prj is the WGS 84 declaration. TopoJSON is in WGS 84 by convention, so coordinates pass through unchanged.

Why is the file larger than the source TopoJSON?

Arc-sharing is lost — every feature now stores its own ring vertices. Expect 3–10× growth on dense polygon networks.

Related conversions