> 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/dnk/produkttur-webapp/sammenlign-lag.md).

# Sammenlign lag

{% @arcade/embed url="<https://app.arcade.software/share/VHCz9qU0sA44oLCcadAW>" flowId="VHCz9qU0sA44oLCcadAW" %}

Brug **Sammenlign lag** for at sammenligne to marklag side om side i en synkroniseret delt visning. Det hjælper dig med at validere, om det samme mønster går igen i satellitbilleder, udbyttkort, jorddata, zonekort, topografi eller andre markanalyser, før du træffer beslutninger inden for præcisionslandbrug.

Begge kort forbliver justeret, mens du zoomer eller flytter dig rundt i marken. Du kan også skifte lag under gennemgangen uden at forlade visningen, hvilket gør det hurtigere at sammenligne agronomiske mønstre og bekræfte driftsbeslutninger.

### Hvad du kan gøre

* Sammenlign satellitbilleder, udbytte-, jord- og zonelag side om side
* Hold begge kortvisninger synkroniserede, mens du gennemgår markvariationen
* Tilføj, skift eller fjern lag under analysen

{% stepper %}
{% step %}

### Åbn Sammenlign lag

Åbn en mark, og klik derefter på **Sammenlign lag** i øverste højre hjørne.

<figure><img src="https://lh3.googleusercontent.com/7V3vBqt659pDn5_32KM6ZZowbS6g4v2hP2Y8bdw1bA4_8VYszzyFcisus4OZa3vMVjw7Fi-00PJSO_niT_c3AU6iXMLLd2s3CxOXAXdDkqLe6ZuBWvjORurS-OyBWgqt71c-Y4s7" alt="Field page with the Compare Layers button in the top-right corner"><figcaption><p>Åbn Sammenlign lag fra Mark-siden.</p></figcaption></figure>
{% endstep %}

{% step %}

### Vælg lagene

Vælg de lag, du vil sammenligne, i træet til venstre, og klik derefter på **Sammenlign lag**. Du kan sammenligne vegetationsbilleder, udbyttkort, jordkort, topografi og styringszoner i den samme arbejdsgang.

<figure><img src="https://lh5.googleusercontent.com/IjUSQjfoP1425KAE014Pc278LJsDPtcx48L0O31e3IlxL6ZQOiHs6y5gdMgeucfj9LI82ujCcovRBuCoDLNKc79L2ulPJLLoO32BqW45q6DU0uLUjDjPEpKyaIuuyK4JOyKjKUfl" alt="Layer selection panel with the Compare Layers action"><figcaption><p>Vælg de lag, du vil sammenligne.</p></figcaption></figure>
{% endstep %}

{% step %}

### Gennemgå resultaterne

Analysér begge lag side om side. Tilføj nye lag, skift eksisterende, eller fjern lag efter behov for at se, om mønstrene matcher på tværs af flere datasæt.

<figure><img src="https://lh5.googleusercontent.com/hqGRjO71RjJU6pnMvAyitnlqJDjrbVvldDnJpPjvMS1xDdsScScIzp8eNaVJ8NiUOvn3UrRLEBr887fwcU360o5MVYgVOmEH1vFKPDwmwimQL3cyQatrskPtJxCwQIDaCAmW6QpH" alt="Split view comparing two field layers side by side"><figcaption><p>Gennemgå begge lag i en synkroniseret delt visning.</p></figcaption></figure>
{% endstep %}

{% step %}

### Forlad visningen

Klik **Luk** øverst på skærmen, når du er færdig.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Brug Sammenlign lag til at bekræfte markmønstre, før du opbygger zoner, laver variable tildelinger eller gennemgår resultater fra forsøg.
{% endhint %}


---

# 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/dnk/produkttur-webapp/sammenlign-lag.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.
