> For the complete documentation index, see [llms.txt](https://docs.dryad.app/dryad-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dryad.app/dryad-documentation/silvanet-suite/silvanet-sma/map-view.md).

# Map view

{% hint style="info" %}
**User role**

* [x] Standard
* [x] Admin
  {% endhint %}

Use the *Map* view to locate Sites on an embedded world map.

Each Site is shown as an icon. Once located, zoom in to view the Site. Choose between 2D/3D Terrain views or add a Fire Risk overlay to the map.

<figure><img src="/files/DbkEraC6t6G8NwvO0HsU" alt="" width="563"><figcaption><p>Default Map View</p></figcaption></figure>

## 2D/3D Terrain views

Selecting **3D Terrain** displays the terrain otherwise hidden hills and valleys (in 2D view) may cause problems with communication between sensors and gateways.

<figure><img src="/files/HYUI9elO4sym8lir0JBH" alt="" width="563"><figcaption><p>3D Terrain View</p></figcaption></figure>

* Toggle to 3D view by selecting the **Enable Terrain** button.
* Use the arrows to rotate the view.
* Toggle to 2D view by selecting the Enable Terrain button again.

## Fire risk overlay

Select the **Fire risk** icon displays a Fire Risk overlay which shows various levels of fire risk on the map.

<figure><img src="/files/iSELVvgJj3adQEuXjTRs" alt="" width="563"><figcaption><p>Fire risk overlay</p></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.dryad.app/dryad-documentation/silvanet-suite/silvanet-sma/map-view.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.
