FFreeTool.wang
Tools/GIS tools/GeoJSON to SHP

GeoJSON to Shapefile Converter

Convert single-geometry GeoJSON into a ZIP containing SHP, SHX, DBF, and PRJ.

GIS · GeoJSON

Files are parsed in this browser and are never uploaded.

.geojson,.json · ≤ 25 MB
A Shapefile ZIP must contain .shp; include .dbf and .prj when available.

How to use GeoJSON to SHP

Shapefile has strict field-name, type, text-length, and geometry limits. This tool exports conservatively and reports truncated or normalized fields.

  1. Choose a valid GeoJSON FeatureCollection.
  2. Inspect geometry type, coordinate bounds, and property fields.
  3. Resolve mixed geometry, long field names, and nested values when prompted.
  4. Download the ZIP and sample attributes and coordinates in the target GIS.

What this tool helps with

  • Generates common Shapefile companion files
  • Warns about field loss before export
  • Processing runs in this browser tab; the file is not uploaded to FreeTool to perform the task.

Compatibility and limitations

  • One Shapefile reliably holds one geometry type
  • DBF names are commonly limited to 10 characters and cannot hold nested objects
  • Output assumes WGS84; CRS is not inferred from plain GeoJSON

Frequently asked questions

Why are properties missing?

Arrays, objects, and long fields cannot be represented losslessly in DBF; review normalization warnings.

Can points and polygons be mixed?

Not in one reliable SHP; split by geometry type first.

Is GeoJSON uploaded?

Processing runs in this browser tab; the file is not uploaded to FreeTool to perform the task.