> 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/api-dokumentation/geo-endpoints-for-atkomst-till-spatial-data/wms-hamta-rasterbilder-av-spatiala-datalager/13.-soildatasetsmap.md).

# 13. SoilDatasetsMap

Varje "SoilDataset" innehåller objekt med prefixen default, raw\_ och processed\_ i `fältet` -> `soilDatasets` -> `geoMaps` attributet. `geoMaps` -> `url` används för att visa kartor som ett WMS-lager.

{% hint style="info" %}
Punkter och polygoner stöds som indatadata.
{% endhint %}

{% hint style="info" %}
"SoilDataset" måste laddas upp i förväg.
{% endhint %}

<figure><img src="https://lh3.googleusercontent.com/4MczjnNxgs1YZpBZALrcvN5nUbCucA9_FpIOHiuw6lqyJmV22OzWd12GbiiaB1DtzXwoaF-4VOR_hengSOiKXBcUC2TfYihQOydmgU8fNtl99p_7svF7r7Rp4q5YVIGXmDasXNtyBSOzg34_96QduA" alt=""><figcaption><p>Rå B-data (standard jordstil)</p></figcaption></figure>

<figure><img src="https://lh3.googleusercontent.com/jV7IfC3AT2xrDtwfkbDnBuIkkSrVjXFGbim0WzatVev9a3Xp8gvGv3ds6rRl14ti5SORH8QJP5L4M2ofk-Q9kUkUl-wgLA2fYH-WpRhPEi4cP_sUgCluQW-Jbiv0ppOJ-_or73vQzNaUFU0MiC-vKA" alt=""><figcaption><p><em>Rå EC_Deep_ms-data (standard jordstil)</em></p></figcaption></figure>

<figure><img src="https://lh3.googleusercontent.com/TweSqF7WEbQ6fLA3n3HXiV4DOFbvZmfIINdYJ5vn1LgiiUpPZjvdxsNsb68stFQ_HOMvF4FzCX3nk5JEV8vkX3tMnah9bX7_Aj_mQUJFrsd7xUiSg4zRLhH4ELi9L7a1OPpgCRYNxBe_4KRmu2VKpw" alt=""><figcaption><p>Rensad och rasteriserad EC_Deep_ms-data (standard jordstil)</p></figcaption></figure>

<br>


---

# 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/api-dokumentation/geo-endpoints-for-atkomst-till-spatial-data/wms-hamta-rasterbilder-av-spatiala-datalager/13.-soildatasetsmap.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.
