> For the complete documentation index, see [llms.txt](https://docs.skadii.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skadii.com/documentation/docs-en/overview-and-setup/map-view.md).

# Map View

The skadii Global Map

The **Map View** provides an **interactive geographical display** of all systems and vehicles in skadii. This gives you a quick overview of your entire area, from a bird's-eye view and in real time.&#x20;

The exact locations of vehicles, systems, and other infrastructure components are visualized directly on the map. This allows events, disruptions, and status information to be assigned spatially immediately and recognized more quickly.

<div data-with-frame="true"><figure><img src="https://3220231080-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fi1rq90faFZetMGIspfq3%2Fuploads%2FhQ6lc3ncT4iz55e2zXJF%2Fimage.png?alt=media&amp;token=7ffc35d8-af06-40b6-a304-670c716a49a7" alt="" width="563"><figcaption></figcaption></figure></div>

### What information is displayed in Map View?

* **Status of systems, vehicles, and other infrastructure components**
* **Real-time locations of vehicles** (e.g. snow groomers, trucks, snowmobiles, etc.)
* Real-time sensor, operational, and system information
* Other relevant live data from connected systems

### Which functions are available in Map View?

<details>

<summary><strong>Detail view</strong></summary>

Select a system, vehicle, or other hardware component to view detailed information, such as its current operating status, notifications, and open tasks.

<div data-with-frame="true"><figure><img src="https://3220231080-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fi1rq90faFZetMGIspfq3%2Fuploads%2FwyX9wAjTAEL2s3jpKVmB%2Fimage.png?alt=media&amp;token=19642014-85e8-4ed3-94df-35f09e8d7f87" alt="" width="233"><figcaption></figcaption></figure></div>

</details>

<details>

<summary><strong>Filter and layer functions</strong></summary>

Show or hide specific object types, such as ropeways, vehicles, or snowmaking systems, as needed. Customize the map using the [Layers](/documentation/docs-en/overview-and-setup/layers.md) to your current requirements.

</details>

<details>

<summary><strong>Navigation and zoom</strong></summary>

Move interactively across the map and zoom in on specific areas to capture details more quickly.

</details>

<details>

<summary><strong>Real-time updates</strong></summary>

All information from connected systems is continuously updated, ensuring that you always have access to the latest data.

</details>

<details>

<summary><strong>Switch to Ropeway, Fleet, or Snow Management</strong></summary>

Select a hardware component to open the corresponding application, such as:

* Ropeway Management for ropeways
* Fleet Management for fleet vehicles
* Snow Management for snowmaking systems

</details>

<details>

<summary><strong>Switch to Dashboard</strong></summary>

You can switch at any time **directly to the Dashboard view**, to get a compact overview of KPIs, notifications, and tasks.

<div data-with-frame="true"><figure><img src="https://3220231080-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fi1rq90faFZetMGIspfq3%2Fuploads%2Fehs1RXDgF7JNhkqQrsiw%2Fimage.png?alt=media&amp;token=daf3f58d-eddf-40c3-ad23-4eefb545bf86" alt="" width="257"><figcaption></figcaption></figure></div>

</details>

{% hint style="info" %}
Select a hardware component to open the corresponding application, for example Ropeway, Fleet, or Snow Management.
{% endhint %}

### Can I edit the map?

Yes. There is a tool for this **‘Object Editor’**, with which you can draw objects and make additional changes to the map.&#x20;


---

# 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.skadii.com/documentation/docs-en/overview-and-setup/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.
