> For the complete documentation index, see [llms.txt](https://guardian.hedera.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guardian.hedera.com/docs/3.5.1/guardian/standard-registry/schemas/how-to-handle-large-location-files.md).

# 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/GUP0J3DWLjzNKzT485CT" alt=""><figcaption></figcaption></figure>

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

<figure><img src="/files/pshMNan0HxsJRDDJufP2" 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/4nKvXzr5UNVUbxs7OTMn" 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/fwJsp5kSIIjFn2Wq5CMe" alt=""><figcaption></figcaption></figure>

## 2. Demo Video:

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


---

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