> 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/swe/produktvisning-webbapp/integration-med-john-deere-operations-center/9.-exportera-jord-topografi-satellit-eller-analysdata-som-kartlager.md).

# 9. Exportera jord-, topografi-, satellit- eller analysdata som kartlager

#### Det du kan exportera

* Hantering **Zoner** (t.ex. sådd, gödsel, växtskydd)
* **Satellitbilder** (och alla vegetationsindex)
* **Topografi** & härledda lager (höjd, lutning, exponering)
* **NUE** (kväveutnyttjande) kartor
* **Vinst** kartor
* Variabel giva **Rx** recept (valfri produkt)
* Alla andra raster- eller vektorlager du skapar i GeoPard

<div data-full-width="true"><figure><img src="/files/4c630c00152f0ee9b539167db7da135d5063d9f6" alt=""><figcaption><p>Exportera lagret i GeoPard</p></figcaption></figure> <figure><img src="/files/3212f00c5924957b070bf9e2da701f7e74a4c036" alt=""><figcaption><p>Det exporterade lutningslagret visas i Ops Center på webben och i mobilen</p></figcaption></figure> <figure><img src="/files/a7e915b9648d82a9c5930cb876fc043511efbbfb" alt=""><figcaption><p>Det exporterade höjdlagret visas i John Deere Ops Center på webben och i mobilen</p></figcaption></figure></div>

#### Snabba steg

1. Öppna fältet och välj lagret du vill dela.
2. Klicka på **︙** (tre punkter) bredvid lagernamnet och välj **Exportera → John Deere → Map Layer**.
3. Det brukar dyka upp i Ops Center inom 1–2 minuter.

#### Kontrollera det i Ops Center

1. Logga in på John Deere Operations Center.
2. Gå till **Field Analyzer → Map Layers**.
3. Ditt nya lager visas under **Lager**. Slå på det för att se det på kartan.

Det är allt — ett enkelt sätt att få GeoPard-insikter till varje John Deere-skärm på gården.


---

# 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/swe/produktvisning-webbapp/integration-med-john-deere-operations-center/9.-exportera-jord-topografi-satellit-eller-analysdata-som-kartlager.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.
