> 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/product-tour-web-app/compare-layers.md).

# Compare Layers

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

Use **Compare Layers** to compare two field layers side by side in a synchronized split view. This helps you validate whether the same pattern appears across satellite imagery, yield maps, soil data, zone maps, topography, or other field analytics before making precision agriculture decisions.

Both maps stay aligned while you zoom or move the field. You can also switch layers during the review without leaving the view, which makes it faster to compare agronomic patterns and confirm management decisions.

### What you can do

* Compare satellite imagery, yield, soil, and zone layers side by side
* Keep both map views synchronized while reviewing field variability
* Add, switch, or remove layers during analysis

{% stepper %}
{% step %}

### Open Compare Layers

Open a field, then click **Compare Layers** in the top-right corner.

<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>Open Compare Layers from the Field page.</p></figcaption></figure>
{% endstep %}

{% step %}

### Select the layers

Choose the layers you want to compare in the left tree, then click **Compare Layers**. You can compare vegetation imagery, yield maps, soil maps, topography, and management zones in the same workflow.

<figure><img src="https://lh5.googleusercontent.com/IjUSQjfoP1425KAE014Pc278LJsDPtcx48L0O31e3IlxL6ZQOiHs6y5gdMgeucfj9LI82ujCcovRBuCoDLNKc79L2ulPJLLoO32BqW45q6DU0uLUjDjPEpKyaIuuyK4JOyKjKUfl" alt="Layer selection panel with the Compare Layers action"><figcaption><p>Select the layers you want to compare.</p></figcaption></figure>
{% endstep %}

{% step %}

### Review the results

Analyze both layers side by side. Add new layers, switch existing ones, or remove layers as needed to check whether patterns match across multiple datasets.

<figure><img src="https://lh5.googleusercontent.com/hqGRjO71RjJU6pnMvAyitnlqJDjrbVvldDnJpPjvMS1xDdsScScIzp8eNaVJ8NiUOvn3UrRLEBr887fwcU360o5MVYgVOmEH1vFKPDwmwimQL3cyQatrskPtJxCwQIDaCAmW6QpH" alt="Split view comparing two field layers side by side"><figcaption><p>Review both layers in a synchronized split view.</p></figcaption></figure>
{% endstep %}

{% step %}

### Exit the view

Click **Close** at the top of the screen when you finish.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Use Compare Layers to confirm field patterns before building zones, creating variable-rate prescriptions, or reviewing trial results.
{% 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/product-tour-web-app/compare-layers.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.
