WPS Studio

GeoProcess Platform

v0.4

WKT Viewer Online

Paste any WKT geometry string and instantly visualize it on an interactive map. Supports all OGC geometry types including EWKT with SRID prefixes.

View WKT on an Interactive Map

Paste your WKT string and the geometry is rendered immediately on the map. All OGC geometry types are supported.

Supported WKT Geometry Types

WKT Example

POLYGON ((30 10, 40 40, 20 40, 10 20, 30 10))

How to Use the WKT Viewer

  1. Open the WKT Viewer tool from the toolbar or by visiting /tools/wkt-viewer.
  2. Paste any WKT or EWKT geometry string into the input panel.
  3. The geometry renders instantly on the interactive map.
  4. Zoom and pan to inspect details of the visualized geometry.
  5. Switch to the WKT Editor to modify the geometry.

WKT Viewer – Frequently Asked Questions

What is a WKT Viewer?

A WKT Viewer renders Well-Known Text geometry strings as visual shapes on an interactive map, making it easy to inspect and verify spatial data without writing any code.

Can I view multiple geometries at once?

Yes — paste a GEOMETRYCOLLECTION to display multiple geometry objects simultaneously on the map.

Does it support EWKT with SRID prefix?

Yes, EWKT strings with SRID prefixes (e.g. SRID=4326;POLYGON(...)) are parsed and rendered correctly.

Is there a size limit on the WKT input?

No hard limit is enforced in the browser. Very large geometries with millions of vertices may slow down rendering on lower-end devices.

What is the difference between the WKT Viewer and the WKT Editor?

The WKT Viewer is read-only — it displays your WKT on a map. The WKT Editor adds full editing, drawing and export capabilities.

Related GIS Tools