> For the complete documentation index, see [llms.txt](https://docs.jmapcloud.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jmapcloud.io/en/jmap-ng/jmap-ng-user-guide/introduction/navigating-the-map.md).

# Navigating the Map

JMap NG offers several ways to navigate the map and explore your data:

* Searching for a specific place
* Navigation tools available in the graphical interface
* Navigating with your fingers or mouse
* Centering the map on precise coordinates and adjusting the scale

## Searching for a Place

You can search for a specific place to center the map on it:

1. Click <img src="/files/0WfTSbZzr67fDrfUa3Oy" alt="" data-size="line"> to open the search field.
2. Enter the information for the place you are looking for (address, postal code, city, place name, etc.). JMap NG uses the Mapbox Geocoding service to find the place. Matching results appear as you type.
3. Select the desired place by clicking it in the list. The map automatically centers on that place, identified by a marker <img src="/files/6jq6mUzRwQfWkvLujbTc" alt="" data-size="line">, and zooms in to show more details. A tooltip displays information about the place.\
   **Note:** When you search for a new place, the marker from the previous place disappears.<br>

   <figure><img src="/files/4ft37iJkGPfDsHHQrQCr" alt=""><figcaption></figcaption></figure>
4. Click <img src="/files/F4RQ2wLbtkSs6EttS0xF" alt="" data-size="line"> to erase the search terms.
5. Click <img src="/files/0WfTSbZzr67fDrfUa3Oy" alt="" data-size="line"> to close the search and remove the information from the last displayed place.

## Map Navigation Tools

These tools are available in the JMap NG graphical interface.

<table data-header-hidden><thead><tr><th width="143.34765625" align="center" valign="top">Icon</th><th valign="top">Function</th></tr></thead><tbody><tr><td align="center" valign="top"><img src="/files/j9zx2GfPZ154w5c2zlZc" alt="" data-size="line"></td><td valign="top">Displays the map scale and the cursor coordinates (latitude and longitude). You can change the scale or center the map on precise coordinates.</td></tr><tr><td align="center" valign="top"><img src="/files/wqKNxYBDM8laaNv0yAY6" alt="" data-size="line"></td><td valign="top">Displays the initial map extent. If no initial extent has been defined for the project, the map displays the entire planet.</td></tr><tr><td align="center" valign="top"><img src="/files/xXzdH1mnIooRZxGr8LXT" alt="" data-size="line"></td><td valign="top">Displays the last position viewed on the map.</td></tr><tr><td align="center" valign="top"><img src="/files/6reb3bZlaxxKBcMPsfRD" alt="" data-size="line"></td><td valign="top">Resets the map to its original orientation.</td></tr><tr><td align="center" valign="top"><img src="/files/ueSsQXBaufn0FSgHuFCs" alt="" data-size="line"></td><td valign="top">Displays your current position on the map (blinking point). Click again to hide geolocation. <br><strong>Note:</strong> You must allow JMap NG to access your device's location.</td></tr><tr><td align="center" valign="top"><img src="/files/CMl1rLTicztShEBr3D8G" alt="" data-size="line"></td><td valign="top">The scale indicates the actual distance on the ground corresponding to the line shown on the map. This distance updates automatically when you zoom in or out. The distance unit corresponds to the one selected in the user Profile and Settings panel.</td></tr></tbody></table>

## Navigating with Your Fingers or Mouse

You can explore the map interactively.

### With your fingers (touch device)

* **Pinch/spread**: Zoom out / zoom in
* **Drag**: Move the map
* **Two-finger rotation**: Rotate the map
* **Two-finger drag up/down**: Tilt the map (3D navigation)

### With your mouse

* **Scroll wheel**: Zoom in / zoom out
* **Left click + drag**: Move the map
* **Ctrl + click + drag**: Rotate and tilt the map

### Controlling Orientation

1. Click <img src="/files/6reb3bZlaxxKBcMPsfRD" alt="" data-size="line"> to display information about the rotation (in degrees relative to North) and tilt (in degrees relative to the horizontal plane).
2. Click <img src="/files/6reb3bZlaxxKBcMPsfRD" alt="" data-size="line"> to restore the default orientation (flat view facing North). The icon turns grey and indicates North on the horizontal plane.

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

## Centering the Map on Coordinates and Changing the Scale

You can center the map on a precise coordinate and change the map scale.

### Changing the Scale

1. Click <img src="/files/j9zx2GfPZ154w5c2zlZc" alt="" data-size="line"> to open the geographic information window.
2. Click **Scale** to open the **Change Map Scale** window.
3. Enter the new scale or adjust it with the arrows. The map scale updates in real time.
4. Click **OK** to close the window and apply the chosen scale.

### Changing the Coordinate System

Click **EPSG:4326** or **EPSG:3857** to switch between reference systems:

* **EPSG:4326**: Coordinates in Latitude and Longitude (Lat, Lon)
* **EPSG:3857**: Coordinates in X (Longitude) and Y (Latitude) in meters (standard system for web mapping applications)

The displayed coordinates correspond to the current cursor position and update as you move it.

<figure><img src="/files/NeRjwCyr8VwAgvcKC4H5" alt="" width="375"><figcaption></figcaption></figure>

### Centering on Precise Coordinates

1. Click the displayed coordinates to open the **Recenter Map** window.
2. Enter the desired coordinates or adjust them with the arrows. The map automatically recenters and a point indicates the exact position.
3. Click **OK** to close the window. You can click <img src="/files/xXzdH1mnIooRZxGr8LXT" alt="" data-size="line"> to return to the previous view.


---

# 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.jmapcloud.io/en/jmap-ng/jmap-ng-user-guide/introduction/navigating-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.
