# Media

#### Media Import Feature

**Image Import**

Users can import images via the import button located to the right of the section. If an image's EXIF data includes latitude, longitude, and height, it will be placed accurately on the map using the Presentor object. You can upload multiple images simultaneously, but only those with location data will be positioned geospatially.

<figure><img src="/files/6sG0lEYCrHbHM2dGByhN" alt=""><figcaption></figcaption></figure>

**Video Import**

When importing videos, a Presentor object will appear under the cursor. Use the left mouse click to position this object, which will then contain the uploaded videos. Videos do not use EXIF data for geospatial placement and must be manually positioned.

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

**Panorama Support**

A panorama dropdown exists, but currently, there is no support for panorama files.

**Supported File Types**

* **All Supported Files:** `_.jpg`, `_.jpeg`, `_.png`, `_.tiff`, `_.heif`, `_.heic`, `_.avif`, `_.dng`, `_.cr2`, `_.cr3`, `_.nef`, `_.arw`, `_.rw2`, `_.orf`, `_.pef`, `_.srw`, `_.mp4`, `_.mov`, `_.avi`, `_.wmv`, `_.mkv`, `_.hdr`, `_.exr`
* **Standard Images:** JPEG, PNG, HEIF
* **Camera RAW Files:** DNG, CR2, NEF
* **Video Files:** MP4, MOV, AVI, WMV, MKV
* **Panorama & HDR Files:** HDR, EXR


---

# 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/actions/data-layers-panel/media.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.
