> For the complete documentation index, see [llms.txt](https://docs-jmapserver-lima.k2geospatial.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-jmapserver-lima.k2geospatial.com/e/extensions/edition/i-wish-to.../edit-layers-geometries/wkt-geometries.md).

# WKT Geometries

The JMap Pro user can add and edit WKT geometries.&#x20;

The Well-known text is a format defined by OGC to represent geometric features such as points, lines, polygons, TINs, and polyhedra using two- or three-dimensional coordinates. The format is also used to represent information about features such as the coordinate system ([fr.wikipedia.org/wiki/Well-known\_text](https://fr.wikipedia.org/wiki/Well-known_text), [www.opengeospatial.org/standards/sfa](http://www.opengeospatial.org/standards/sfa)).

## Add a WKT geometry

The function is available through **Tools -> Add WKT Geometry** in the menu bar. A window deploys and allows to write the coordinates of the elements to be added.

<figure><img src="/files/uzX6s676NGRyusaeA6dw" alt=""><figcaption></figcaption></figure>

Elements are added to the **Annotations** layer. They can be saved in a context or they can be selected and duplicated in other editable layers, using the context menu. This menu also allows you to delete elements or change their vertical position.

## Edit WKT elements

The context menu also offers the possibility of editing WKT elements. The **Edit WKT geometry** function displays the elements of the layers found at the map point where the context menu is open. Select one of the elements to open the window containing the element's coordinates and data. If you have the appropriate permissions, you can edit this data.

<figure><img src="/files/Zhgk5twFOOxpJK0jCA8x" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs-jmapserver-lima.k2geospatial.com/e/extensions/edition/i-wish-to.../edit-layers-geometries/wkt-geometries.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
