# 3D Polygons

To add a polygon to your Polygon post, press "Replace Drawing" and start to click on the map, clicking twice on a point to finish the polygon area. You can also upload a geoJSON if you prefer.

{% hint style="info" %}
To see the 3D nature of the polygon, be sure to tilt the map by holding the right mouse button and dragging the map.
{% endhint %}

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

Set the color of the polygon.

### Base Height <sup><sub>*<mark style="color:green;">\[Pro]</mark>*<sub></sup>

This is the bottom height of the polygon. By default this will be on the ground, but you can make it higher if you like.

### Top Height <sup><sub>*<mark style="color:green;">\[Pro]</mark>*<sub></sup>

This is the top of the polygon. It should be a larger number than the base height.

### Hover Color <sup><sub>*<mark style="color:green;">\[Pro]</mark>*<sub></sup>

Color of polygon when hovered.

### Hover Base Height <sup><sub>*<mark style="color:green;">\[Pro]</mark>*<sub></sup>

Base height of polygon when hoeverd.

### Hover Top Height <sup><sub>*<mark style="color:green;">\[Pro]</mark>*<sub></sup>

Top height of polygon when hovered.


---

# 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/polygons/3d-polygons.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.
