# Map Settings

Click the Settings tab in the side panel

<figure><img src="/files/I2HNWuwhM7wCUFCq8wu4" alt=""><figcaption></figcaption></figure>

### Tooltip

Tooltips can be set for each layer. The tooltip allows selection of attributes within the associated data set to be displayed when hovering over the layer objects in the map.

### Global Attributes

With global attributes turned on, all datasets with common column names will use the same data range.

For example, dataset 1 has a range for the volume of 0 - 5,000 while dataset 2 has a range of 0 - 6,000. With global attributes, both datasets will use a range of 0 - 5,000 for symbology such as colour scales and stroke widths. This ensures that layers created from the two datasets are consistent and directly comparable.

## Display Legend

View your map Layer Legend by clicking the Display Legend icon in the top right corner of your map:

<figure><img src="/files/P6Y3Q3K99ef2IHrrWJcE" alt=""><figcaption></figcaption></figure>

The legend will appear in the bottom right corner. The legend size can be increased by clicking the magnifying glass icon.

<figure><img src="/files/jBvasYZNWPyvfZsqKEJF" alt=""><figcaption></figcaption></figure>

The legend will only contain layer symbology for layers that are visible.


---

# 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://docs.mobilitylab.co.nz/user-guide/map-settings.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.
