FFreeTool.wang
Ferramentas/GIS 工具/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.

Como usar 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.

Para que serve

  • 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.

Compatibilidade e limitações

  • 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

Perguntas frequentes

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.