> 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/fin/tuotekierros-verkkosovellus/vyohykekartat-ja-analytiikka/muokkaa-vyohykekarttaa-yhdista-ja-jaa.md).

# Muokkaa vyöhykekarttaa: yhdistä ja jaa

Käyttämällä yhdistä- ja jaa vyöhykkeitä -toimintoja voit yhdistää ja jakaa polygonin/polygoneja tai hallintavyöhykkeitä (tai mitä tahansa muuta datakerrosta) sekä siirtää polygonin tai kokonaisen vyöhykkeen toiseen luokkaan. Se auttaa hienosäätämään vyöhykekarttoja täsmätoimia varten, kuten kylvöä, lannoitusta tai ruiskutusta.

1. Avaa haluttu lohko, siirry Vyöhykekartta-osioon, valitse sitten kartta, avaa toimintovalikko ja napsauta kohtaa ‘Siirry vyöhykekartan sivulle’:

<figure><img src="/files/63785d99ba2b36de2199de36b0e04bf8f4e52a63" alt=""><figcaption></figcaption></figure>

2. Napsauta "Muokkaa vyöhykkeitä" ja valitse sitten "Yhdistä vyöhykkeet"

<figure><img src="/files/90f6b0081858816d7b65fa1dcb501071f54c2069" alt=""><figcaption></figcaption></figure>

3. Vyöhykkeiden yhdistämisprosessissa on 2 vaihetta:

a. valitse vyöhyke (väri), johon yhdistät polygonit,

b. valitse yksi tai useampi polygoni kartalta

"Lisää koko vyöhyke" -valintaruutu aktivoi vyöhykkeen täydellisen yhdistämisen valittuun vyöhykkeeseen.

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

4. Napsauta "Valmis"


---

# 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/fin/tuotekierros-verkkosovellus/vyohykekartat-ja-analytiikka/muokkaa-vyohykekarttaa-yhdista-ja-jaa.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.
