# Geo-Marker

## Overview

The Geo-Marker feature allows users to pinpoint specific locations in the SiEGA environment by placing markers that indicate longitude, latitude, and altitude. This simple yet effective tool enhances spatial awareness and data visualization, making it easier to track and reference important geographic points.

## Features

* **Location Tracking**: Automatically captures and displays the longitude, latitude, and altitude of the marked point.
* **Easy Placement**: Quickly place geo-markers in the 3D environment with a simple click.
* **Title:** Add a custom label or name to each marker to help identify specific locations or points of interest.
* **Delete Option**: Remove individual markers as needed for cleanup or adjustments.
* **Clear All:** An option to remove all markers at once

## **How to Use**

To begin, activate the Geo Marker tool by clicking the Place Marker button located on the main toolbar on the right side of your screen. This will reveal a secondary menu with two options: Place Marker and Clear All.

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

To create a new Geo Marker, select the "Place Marker" option to enter placement mode. Click anywhere in the 3D scene to drop a marker at your desired location. The tool will automatically capture the precise longitude, latitude, and height coordinates of that point. A panel will then appear, displaying these coordinates and allowing you to enter a custom Title to identify the marker.&#x20;

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

You can easily manage markers placed with the Geo Marker tool. To delete an individual marker, simply hover over it and click the (X) icon. If you want to remove all markers at once, use the Clear All option in the Geo Marker menu. Keep in mind that this action is permanent and cannot be undone.

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


---

# 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.aeroai.io/siega-features/tools/geo-marker.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.
