# Navigating the World Map

### The world map viewer is manipulated in the same way as most map applications:

**Using a computer mouse or track-pad:**

* Left mouse click to drag and pan around the map
* Use your mouse wheel to zoom in and out of the map

**Using a touchscreen:**

* Touch and drag your finger to pan around the map
* Two-finger pinch gesture to zoom in and out of the map

### On the map there are various buttons to interact with:

#### Sidebar arrow tabs:

Clicking the green arrow tabs will open or close the left and right sidebar windows

![](/files/-M7JvSmRndqNaHEetUSc)

#### Map zoom control:

Clicking the + zooms into the map and clicking the - zooms out of the map

![](/files/-M7JvvRfxvdrYDukmca9)

#### Map tile LUT (look up table) color key:

When the currently selected project has a color LUT applied to the processed map tiles you will see a bar appear at the bottom of the map. This bar shows the value range and the associated colors at those values.

![](/files/-M7JxgxNPpYUYj-PtOa6)

In the above LUT bar example the map tiles will have colors ranging from red to yellow to green, with red pixels having a value around 0.3, yellow pixels having values around 0.6 and green pixels having values around 0.9.

You can adjust the LUT values in the Index section of the selected project's [left sidebar](/mapir-cloud/world-map-viewer/left-sidebar-project-settings.md).


---

# 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://mapir.gitbook.io/mapir-cloud/world-map-viewer/navigating-in-the-world-map-viewer.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.
