> For the complete documentation index, see [llms.txt](https://docs.aeroai.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aeroai.io/siega-web-features/other-features/coordinate-display.md).

# Coordinate Display

The Coordinate Display is a small live readout in the bottom left corner of the viewer that shows the latitude, longitude, and elevation of whatever your&#x20;mouse is hovering over in the scene. It updates as you move and is the quickest way to read off the location of a point without leaving a measurement\
behind.

### How to Use

click on the "Measure" button from the top bar.

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

click the "Coordinate HUD" button. The button highlights blue once the readout is on, and the small box&#x20;appears at the bottom left of the screen.

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

The readout shows three lines:

* "Lat" — the latitude of the point under your cursor, in degrees.
* "Lon" — the longitude of the point under your cursor, in degrees.
* "Elev" — the elevation of the surface under your cursor, in meters.

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

The readout follows the cursor so you can sweep over a feature in the scene and watch the numbers change. It reads off the actual surface, so if you hover&#x20;over a building rooftop or a 3D Tiles model the elevation reflects the top of that surface, not the ground beneath it. If the spot does not have a&#x20;tileset on it, the elevation falls back to the terrain height from the globe.

### How to stop

Click the "Coordinate HUD" button in the "Measure" panel a second time to turn the readout off. The readout also hides on its own when your cursor leaves&#x20;the viewer canvas, so it stays out of the way while you are working in side panels.

### Notes

The readout is a quick reference and not a saved measurement. If you want to keep a coordinate you can read here, use the "Coordinates" tool in the&#x20;"Measure" panel to drop a pin and store the value with the rest of your measurements.


---

# 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.aeroai.io/siega-web-features/other-features/coordinate-display.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.
