Convert WKT to GeoJSON
Convert WKT (Well-Known Text) geometry to GeoJSON, in your browser.
Related tools
How it works
- 1
Paste your WKT
A single geometry, e.g. from a PostGIS ST_AsText() query.
- 2
Copy the GeoJSON
Ready to drop into any web map.
FAQ
- Can I paste multiple WKT geometries at once?
- No - only a single WKT geometry is read per conversion; convert multi-geometry text one line at a time.
- Does the output have any properties?
- No - WKT carries no attributes, so the output Feature has an empty properties object.
