> For the complete documentation index, see [llms.txt](https://help.felt.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.felt.com/maps/navigate-the-map.md).

# Navigate the map

Pan, zoom and rotate a Felt map, snap back to north, go to coordinates, and set the view a map opens to.

## Moving around the map

* To pan the map, click and drag.
* To zoom in and out, use your mouse’s scroll wheel. You can also use the **+** and **–** buttons on your keyboard, or the **+** and **–** buttons in the bottom right corner of the map.
* To quickly zoom to something on your map, double-click it from the Legend or List. You can also use the **F** key to zoom to a selected layer or annotation.
* Right-clicking on the map provides you with controls for that specific place in the world. Add a comment, copy the coordinates, [measure](/tools/measure.md) a distance or area, or open the location in another tool.
* Press **Cmd .** (Mac) / **Ctrl .** (Windows) to hide Felt’s interface and see your map in full screen.
* To rotate the map, right-click and drag, or use two fingers on a trackpad. You can also press **Shift** and the **←** / **→** arrow keys to rotate in 15° steps. A compass ![](https://217108486-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmRfGitkyjOEMvVsEyGWN%2Fuploads%2Fgit-blob-6aeed305e08b952c4154118f38f0ede94e4223d4%2Fcompass.svg?alt=media) appears in the bottom right corner once you’ve rotated – click it or press **Shift ↑** to snap back to north. Your current rotation is saved in the map’s share link.

## Pan & zoom

* To pan, select the map and move your mouse at the same time.
* To pan while an object is in editing mode, press space bar and then pan the map.
* To zoom, use the `+`/`-` buttons at the bottom right corner of the screen, or use your track pad or mouse scroll wheel. You can also double click the map to zoom in.
* To locate yourself use the ![](https://217108486-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmRfGitkyjOEMvVsEyGWN%2Fuploads%2F8tFJWCfcSbOBUQvdf65j%2Flocation-off.svg?alt=media\&token=03193d07-202d-4ed1-a9d0-0cfe31692963)in the bottom right corner of the screen.

## Setting your map view

You can set a default view that workspace members land on when opening the map. This ensures the map opens to a certain location and zoom level by default:

**Felt Menu** (top-left) → **View** → **Set current view as default**

<figure><img src="https://217108486-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmRfGitkyjOEMvVsEyGWN%2Fuploads%2FKDe6d66rFmBWj2ecXqjO%2Fimage.png?alt=media&amp;token=ccc3e9ce-fe85-40c4-9144-35cb8fe96cba" alt="" width="375"><figcaption></figcaption></figure>

When copying a map link through the **Share** menu using the **Copy link** button (bottom-right corner), the link automatically includes some URL parameters that point to your current view. Take the following URL:

<https://felt.com/map/Kontur-Population-yiQAmRZ9CTTK49CHfYp9AauvC?loc=32.55,23.37,3.26z>

The **loc** parameter specifies the center coordinates of the center of the view and the **z** parameter at the end of the URL indicates the level of zoom.

Using these parameters, you can share specific views of your map with people, or even embed different views of a same map on your website.


---

# 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://help.felt.com/maps/navigate-the-map.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.
