GeoJSON to WKT Converter

Convert a GeoJSON geometry or Feature into WKT for databases and GIS tools.

Paste GeoJSON geometry

Drop a file here, or

Supports Point, LineString, Polygon and their multi-geometry equivalents. FeatureCollections are not converted as a whole.

Need the other direction? WKT to GeoJSON

WKT

Understanding GeoJSON to WKT

Geometry and attribute translation

Convert a GeoJSON geometry or Feature into WKT for databases and GIS tools.

GeoJSON to WKT translates geojson into wkt. Geometry and common properties usually transfer, while styling, CRS metadata and format-specific extensions may not have direct equivalents.

What to check after conversion

Supports Point, LineString, Polygon and their multi-geometry equivalents. FeatureCollections are not converted as a whole.

After GeoJSON to WKT, compare feature counts, geometry types, bounds and representative attributes with the source. Open the output independently before replacing or distributing the original file.