WKT & GeoJSON Map Viewer

Input the WKT text (widely used in database like PostGIS and SQL Server and DB2) in the text field, and it will be converted to GeoJSON, then displayed on the map.

On the other hand, you can also convert GeoJSON to WKT (For example, the conversion from FeatureCollection to GEOMETRYCOLLECTION, and the conversion of other objects).

Learn about WKT

WKT stands for Well-Known Text, which is a text representation of spatial data used in Geographic Information Systems (GIS). WKT is a standard format for describing geometric objects like points, lines, polygons, and multi-polygons in a way that is both human-readable and machine-readable. WKT is often used to exchange spatial data between different GIS systems or to store geometry information in databases.

Learn about GeoJSON

GeoJSON (Geographic JavaScript Object Notation) is a lightweight data interchange format for representing geographic spatial data. Based on the JSON (JavaScript Object Notation) format, GeoJSON is well-suited for expressing geographical shapes, particularly geometric elements like points, lines, polygons, and more on a map. It combines the human-readable and machine-parseable features of JSON.