# How to handle large location files?

## 1. Step By Step:

1. Users can upload **.kml** or **.json** files to populate *geoJson* fields with locations.

<figure><img src="/files/81GW2AThSeAuD9Cre1VX" alt=""><figcaption></figcaption></figure>

2. The imported locations appear as grey shapes overlaid on the map.

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

To select a location, click its shape on the map. The shape will be highlighted in green, and its textual definition will appear in the editable panel below the map. You can add, modify, or delete multiple locations. Clicking a selected location again will deselect it.

3. You can also use the **“Include all”** option to import all locations from the uploaded file.

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

{% hint style="info" %}
**Note:** Web browsers limit the size of items they can render. The exact threshold depends on the host computer’s hardware and operating system configuration. If an uploaded file exceeds these limits, Guardian UI displays a warning message.
{% endhint %}

4. When these limits are reached, Guardian UI also provides an option to download the files by clicking the corresponding button in a modal window.

<figure><img src="/files/5xb6Kdkn3pnuTCI60cPU" alt=""><figcaption></figcaption></figure>

## 2. Demo Video:

[Youtube](https://youtu.be/Iuvdi3CP6O4?si=3s7mwrWsD8_M0I8d\&t=113)


---

# 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://guardian.hedera.com/guardian-dev/guardian/standard-registry/schemas/how-to-handle-large-location-files.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.
