WKT to GeoJSON Converter

Paste a WKT geometry to convert it into GeoJSON. For the reverse conversion, use GeoJSON to WKT.

Paste WKT

Drop a file here, or

Supports Point, LineString, Polygon and their multi-geometry equivalents, with optional SRID prefixes.

Need the other direction? GeoJSON to WKT

GeoJSON

Understanding WKT to GeoJSON

Geometry and attribute translation

Parse OGC Well-Known Text geometry syntax, including empty and multipart types, into GeoJSON geometry objects entirely in your browser.

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

What to check after conversion

Conversion preserves supported geometry and attributes, but source-specific styling or metadata may not have an equivalent output representation. Review warnings and validate the result before replacing the source.

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