> For the complete documentation index, see [llms.txt](https://docs.auterion.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.auterion.com/vehicle-operation/auterion-mission-control/useful-resources/maps-and-custom-overlays/importing-geopdf-overlays.md).

# Import Georeferenced Imagery

{% hint style="info" %}
AMC supports importing a wide range of georeferenced raster images like: **GeoPDF**, **GeoTIFF**, **JPEG**, and other **GDAL-supported formats**.\
This functionality allows you to import custom map overlays and visualize them on the map (both Fly View and Plan View).
{% endhint %}

### Importing

Go to *Settings -> Map & Terrain* -> *Georeferenced Imagery* section\
Min and Max zoom levels need to be adjusted before importing.\
Opacity can be adjusted at any time.\
Click *Import.*

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

This will open a file dialogue popup where you can select the georeferenced file to import. Please note that the process could take some time depending on the file size. In that case you will be prompted with the following notification:

<figure><img src="/files/FZYcROXvszq3bhxfkYPk" alt="" width="430"><figcaption></figcaption></figure>

A progress bar will show the percentage status of the process. Once it's imported, the imagery will be available on the map.

<figure><img src="/files/f4kv5GhixHnUoXHZ9Tlx" alt="" width="382"><figcaption></figcaption></figure>

Multiple files can be imported at the same time:

#### Imported GeoPDF

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

#### Imported GeoTIFF

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

### Removing

To remove imported imagery, go to *Settings -> Map & Terrain -> Georeferenced Imagery* section

Click *Clear.*

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

This will remove all the imported files from the map.


---

# 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:

```
GET https://docs.auterion.com/vehicle-operation/auterion-mission-control/useful-resources/maps-and-custom-overlays/importing-geopdf-overlays.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.
