How to convert GeoJSON to TopoJSON
Before you start
Paste valid GeoJSON syntax or drop one or more .geojson / .json files.
Accepted: .geojson, .json · application/geo+json- Paste valid GeoJSON content, choose files, or drag them onto the drop zone.
- Confirm the detected format and adjust the available settings. Mixed-format batches are flagged before conversion.
- Select “Convert on this device.” Produces previewable TopoJSON text and a correctly named download.
How this converter behaves
Features and coordinates are parsed locally, transformed only with the explicitly selected CRS, and serialized into the requested geospatial representation.
What happens to your data?
The conversion engine runs in this browser tab. OmniCastConverter has no upload API and never sends your content, file name, or converted result to a server.
Fidelity and limitations
This route is classified as structural. The converter preserves meaning and structure supported by both formats.
- Shapefile field names and property types are constrained by DBF. TopoJSON quantization can slightly change coordinates.
- Geometry is reprojected only when source and target CRS differ; verify axis order and units for custom definitions.
Try a valid example
The “Use example” action in the workbench loads this exact input. Produces previewable TopoJSON text and a correctly named download.
{"type":"FeatureCollection","features":[{"type":"Feature","geometry":{"type":"Point","coordinates":[25.2797,54.6872]},"properties":{"name":"Vilnius"}}]}