Online WKT Editor – Discover Best Tools

editingonlinesoftware-recommendationswell-known-text

We need to do are very simple administrative boundary drawings over a (insert fav map here) via some website.

Our requirements are:

  1. click to create points which then form a polygon
  2. drag existing points to edit a polygon

I know Google Maps and others can do all of this but we are hoping to leverage an existing site that can already offer this.

We would also love to 'load' some WKT data, so we can edit that (if required), where load means paste into a textbox.

Anyone know of any sites out there with this functionality?

Best Answer

Take a look at Wicket, it's awesome:

http://arthur-e.github.io/Wicket/sandbox-gmaps3.html

The demo sandbox might be enough for you, if not you could probably use it to develop a simple Javascript app.

Related Question