For GIS Developers & Data Engineers

The GIS Map Editor
Built for Developers

Paste WKT from PostGIS, import GeoJSON & Shapefiles, run spatial analysis, export PostGIS SQL, and collaborate with your team — all in one tool.

Supports POLYGON · MULTIPOLYGON · LINESTRING · MULTILINESTRING · POINT · GEOMETRYCOLLECTION

Free forever · No credit card required · Upgrade anytime

Live Interactive WKT Playground

Geometry Source

Cadastral Polygon

1 feature · 5 vertices · WKT

POLYGON ((-77.036 -12.043,
 -77.032 -12.044,
 -77.031 -12.041,
 -77.035 -12.039,
 -77.036 -12.043))
Open in WKT Viewer →
Real-time WKT Engine

Built for the real GIS workflow

Everything you need from data ingestion to production — in one tool.

Inspect WKT and PostGIS output

Paste POLYGON, MULTIPOLYGON or LINESTRING output and verify the real geometry on a map in seconds.

Import spatial data

Open GeoJSON, Shapefiles, WKT CSV or latitude/longitude files without installing desktop GIS software.

Share or automate

Send a public read-only map, invite Pro collaborators, embed it, or connect project data through the REST API.

FeatureWKT StudioGoogle My MapsArcGIS Online
Native WKT input/outputScripts only
REST API per projectExpensive
Visual Attribute Table
Spatial analysis (Buffer, Union)
Import GeoJSON / Shapefile
Team comments & collaborationPaid add-on
Affordable pricingFree*

* Google My Maps has severe feature limits and no programmatic API access

Simple, transparent pricing

Start free. Upgrade when you need more.

Free

Try the core workflow and save your maps

$0
  • 3 projects
  • 2 layers per project
  • 50 features per layer
  • Public read-only sharing
  • Import / export CSV
  • Import GeoJSON & Shapefile
  • WKT paste & visualize
  • REST API (100 calls/month)
Get started free
Most popular

Pro

Scale professional GIS workflows

$8.25/month

Billed $99 yearly · Save $21

  • Unlimited projects
  • 20 layers per project
  • 5,000 features per layer
  • 10 active collaborators per project
  • Visual Attribute Table
  • REST API per project (1,000 calls/month)
  • KML export
  • Version history (20 snapshots)
  • Spatial analysis: Buffer, Union
  • Embed iframe on your website

Secure payment via Paddle · Cancel anytime · 14-day refund guarantee

How WKT Studio works

From raw geometry to a shareable, styled map in minutes.

1

Paste WKT or import a file

Run ST_AsText() in PostGIS, call .wkt on a Shapely geometry, or import GeoJSON, Shapefile, CSV, or Excel. Any source works.

SELECT ST_AsText(geom) FROM parcels;
2

Edit, style, and analyze

Draw new features, run Buffer or Union, edit the Attribute Table, and style each layer with custom colors and opacity.

Buffer(500m) · Union · Subtract · Style
3

Export or call the API

Export as CSV, KML, GeoJSON, or PostGIS SQL. Or push features programmatically via the REST API with your API key.

POST /api/v1/projects/{id}/features
4

Share or collaborate

Make the project public, embed as an iframe, or invite collaborators. Add comments to specific features and resolve them as a team.

Share link · Embed iframe · Invite team

Frequently asked questions

What is WKT Studio?+

WKT Studio is a full-featured GIS map editor and spatial data platform for developers. It lets you paste WKT geometry, import GeoJSON/Shapefiles, run spatial analysis (Buffer, Union, Subtract), export PostGIS SQL, access a REST API, and collaborate with your team — all from the browser.

What file formats can I import?+

WKT Studio supports GeoJSON (.geojson), Shapefile (.shp + .dbf), CSV with a WKT column, and CSV with latitude/longitude columns. All imports create a new layer in your project.

What WKT geometry types are supported?+

WKT Studio supports the full OGC WKT standard: POINT, LINESTRING, POLYGON, MULTIPOINT, MULTILINESTRING, MULTIPOLYGON, and GEOMETRYCOLLECTION.

Can I use WKT Studio with PostGIS?+

Yes. Run SELECT ST_AsText(your_geom) in PostgreSQL/PostGIS, copy the result, and paste it into WKT Studio. You can also use the REST API to push geometries directly from your SQL pipeline.

What is the REST API?+

Every project exposes GET, POST, and DELETE endpoints. You can list features, add new ones, or remove them programmatically using a Bearer API key generated in your account Settings. See the API Docs for curl examples and rate limits by plan.

Is WKT Studio free?+

Yes. Free gives you 3 projects, 2 layers, up to 50 features per layer, public read-only sharing and 100 API calls per month. Pro adds unlimited projects, 5,000 features per layer, KML export, spatial analysis, styles, history, embeds and active collaboration.