GeoJSON ↔ WKT Converter
Convert spatial data between GeoJSON and WKT formats.
How to use
- Paste GeoJSON or WKT — it auto-detects the format and converts to the other.
- Click Switch to flip the conversion direction.
Input Format: GeoJSON
Output Format: WKT
Map Preview
Loading map…
GeoJSON and WKT Conversion
Convert bidirectionally between GeoJSON geometry and WKT. Input is parsed in the browser, and the converted geometry is shown on the map.
Use a dedicated page below to open a specific direction immediately. This changes the format only; it does not reproject the coordinate system.
Frequently asked questions
Does it handle Multi* geometries?
Yes — MultiPoint, MultiLineString, MultiPolygon, and GeometryCollection all convert in both directions.
Why does invalid WKT throw an error instead of just converting?
Silently guessing at a structurally invalid input, like an unclosed ring, risks producing a plausible-looking but wrong shape, so structural validation runs before conversion.