# Multi Lines

To add multi lines, you can import them using the geoJSON importer in the Line post.

{% hint style="info" %}
You can import fine using Free, but to edit multi lines you will need Mapster Pro.
{% endhint %}

### Editing Multi Lines <sup><sub>*<mark style="color:green;">\[Pro]</mark>*<sub></sup>

To create and edit Multi Lines, look for the button in the geometry creation section that says "Edit As MultiLineString".

<figure><img src="/files/Wz7ayu7UTLIrVuhGKjDQ" alt=""><figcaption><p>An example from MultiPolygons, but MultLines are the same.</p></figcaption></figure>

This will open a popup window, either with the existing Multi feature or with a way to draw the multi feature. The instructions in the popup should be clear, but just to reiterate: you must **shift-click** different discrete features in order to join them together as a multi feature.&#x20;

You can separate them by clicking and pressing the "Separate" button, and then edit each feature independently by clicking on the lines and dragging.

This uses Mapbox GL Draw internally for the editing on the map: see the [Mapbox docs](https://github.com/mapbox/mapbox-gl-draw) for more information on this.\ <br>


---

# Agent Instructions: 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:

```
GET https://wpmaps-docs.mapster.me/multi-lines.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
