> For the complete documentation index, see [llms.txt](https://docs.geopard.tech/geopard-tutorials/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.geopard.tech/geopard-tutorials/bg/api-dokumentaciya/diagrami-s-osnovni-potoci/6.-generirane-na-zonesmap.md).

# 6. Генериране на ZonesMap

Диаграмата описва процеса на генериране на ZonesMap, използвайки различни слоеве данни, като сателитни изображения ([Заявка 1 или R1](/geopard-tutorials/bg/api-dokumentaciya/pregled-na-zayavkite-v-geopard-api/3.-zayavka-poluchavane-na-satelliteimages.md)), почвени набори от данни ([Заявка 1 или R1](/geopard-tutorials/bg/api-dokumentaciya/pregled-na-zayavkite-v-geopard-api/17.-zayavka-poluchavane-na-soildatasets.md)), AsAppliedDataset ([Заявка 1 или R1](/geopard-tutorials/bg/api-dokumentaciya/pregled-na-zayavkite-v-geopard-api/59.-zayavka-poluchavane-na-asapplieddatasets.md)), YieldDataset ([Заявка 1 или R1](/geopard-tutorials/bg/api-dokumentaciya/pregled-na-zayavkite-v-geopard-api/16.-zayavka-poluchavane-na-yielddatasets.md)), и топография ([Заявка 1 или R1](/geopard-tutorials/bg/api-dokumentaciya/pregled-na-zayavkite-v-geopard-api/15.-zayavka-poluchavane-na-topographymap.md)) чрез GeoPard.

Генерирането на ZonesMap е асинхронна операция. То започва със заявка за изпълнение, при която се връщат уникални идентификатори (UUID) като отговор ([Заявка 2 или R2](/geopard-tutorials/bg/api-dokumentaciya/pregled-na-zayavkite-v-geopard-api/9.-mutaciya-generirane-na-zonesmap-asinkhronno.md)). Тези UUID свързват заявката със следващите процеси и резултати.

След това потребителят на GeoPard API изчаква доставката на GraphQL subscription събитие, което съдържа свързаните UUID ([Заявка 3 или R3](/geopard-tutorials/bg/api-dokumentaciya/pregled-na-zayavkite-v-geopard-api/1.-abonament-poluchavane-na-sbitiya.md)). Това събитие сигнализира за завършване на генерирането на ZonesMap и маркира готовността на данните за извличане.

Накрая потребителят на GeoPard API може да извлече подробности за генерирания ZonesMap ([Заявка 4 или R4](/geopard-tutorials/bg/api-dokumentaciya/pregled-na-zayavkite-v-geopard-api/6.-zayavka-poluchavane-na-zonesmaps.md)). Това включва метаданни, URL адреси за визуализация, статистическо разпределение и геометрии, предоставяйки пълен преглед на генерирания ZonesMap.

**ЗАБЕЛЕЖКА**: ZonesMap е псевдоним на `VectorAnalysisMap` в subscription събитието в `TreeNodeEntity` enum.

<figure><img src="/files/e16037becc65b135196225e8387cb1ac993bf372" alt=""><figcaption><p>Диаграма на последователността: Генериране на ZonesMap</p></figcaption></figure>


---

# 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://docs.geopard.tech/geopard-tutorials/bg/api-dokumentaciya/diagrami-s-osnovni-potoci/6.-generirane-na-zonesmap.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.
