> 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/pl/dokumentacja-api/diagramy-z-podstawowymi-przeplywami/6.-wygeneruj-mape-stref.md).

# 6. Wygeneruj mapę stref

Diagram opisuje proces generowania ZonesMap przy użyciu różnych warstw danych, takich jak obrazy satelitarne ([Żądanie 1 lub R1](/geopard-tutorials/pl/dokumentacja-api/przeglad-zadan-api-geopard/3.-zapytanie-pobierz-satelliteimages.md)), ZestawyDanychGleby ([Żądanie 1 lub R1](/geopard-tutorials/pl/dokumentacja-api/przeglad-zadan-api-geopard/17.-zapytanie-pobierz-soildatasets.md)), ZestawDanychZastosowano (AsAppliedDataset) ([Żądanie 1 lub R1](/geopard-tutorials/pl/dokumentacja-api/przeglad-zadan-api-geopard/59.-zapytanie-pobierz-asapplieddatasets.md)), ZestawDanychPlonów (YieldDataset) ([Żądanie 1 lub R1](/geopard-tutorials/pl/dokumentacja-api/przeglad-zadan-api-geopard/16.-zapytanie-pobierz-yielddatasets.md)), oraz Topografia ([Żądanie 1 lub R1](/geopard-tutorials/pl/dokumentacja-api/przeglad-zadan-api-geopard/15.-zapytanie-pobierz-topographymap.md)) za pomocą GeoPard.

Generowanie ZonesMap jest operacją asynchroniczną. Rozpoczyna się od żądania wykonania, na które zwracane są unikalne identyfikatory (UUID) jako odpowiedź ([Żądanie 2 lub R2](/geopard-tutorials/pl/dokumentacja-api/przeglad-zadan-api-geopard/9.-mutacja-wygeneruj-zonesmap-asynchronicznie.md)). Te UUID łączą żądanie z kolejnymi procesami i wynikami.

Następnie konsument API GeoPard oczekuje na dostarczenie zdarzenia subskrypcji GraphQL, które zawiera powiązane UUID ([Żądanie 3 lub R3](/geopard-tutorials/pl/dokumentacja-api/przeglad-zadan-api-geopard/1.-subskrypcja-pobierz-zdarzenia.md)). To zdarzenie sygnalizuje zakończenie generowania ZonesMap i oznacza gotowość danych do pobrania.

Wreszcie konsument API GeoPard może pobrać szczegóły dotyczące wygenerowanej ZonesMap ([Żądanie 4 lub R4](/geopard-tutorials/pl/dokumentacja-api/przeglad-zadan-api-geopard/6.-zapytanie-pobierz-zonesmaps.md)). Obejmuje to metadane, adresy URL do renderowania, rozkład statystyczny i geometrie, dostarczając kompleksowy przegląd wygenerowanej ZonesMap dla zastosowań rolniczych i precyzyjnego gospodarowania polem.

**UWAGA**: ZonesMap jest aliasem `VectorAnalysisMap` w zdarzeniu subskrypcji w `TreeNodeEntity` enum.

<figure><img src="/files/0c52b386aa0a67b01a9f528f6e54294df96da9d7" alt=""><figcaption><p>Diagram sekwencji: Generowanie 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/pl/dokumentacja-api/diagramy-z-podstawowymi-przeplywami/6.-wygeneruj-mape-stref.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.
