> 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/api-dokumentation/geo-endpoints-til-adgang-til-rumlige-data/wms-hent-rasterbilleder-af-rumlige-datalag/6.-zonesmap-brugerdefineret-farveskema.md).

# 6. ZonesMap: brugerdefineret farveskema

Feltrelaterede datalag er placeret i `feltet` -> `vectorAnalysisMaps` -> `geoMaps` attributten. Den har oprindelsen og miniaturebillederepræsentationerne "VectorAnalysisMap". Hver `geoKort` Hver `url`indeholder komplette oplysninger om adgang, farvekoder, klasser og visningsnavne.

{% hint style="info" %}
Som den første mulighed kan den nye farveskema anvendes direkte via følgende eksempel `env=c1:%23762a83%3Bc2:%23af8dc3%3Bc3:%23e7d4e8%3Bc4:%23d9f0d3%3Bc5:%237fbf7b` skal være markeret, hvor `%23` er `#` symbol og `%3b` er `;` symbolet.
{% endhint %}

Som den anden mulighed kan den nye farve gemmes på forhånd via[ Mutation: Indstil brugerdefinerede farveskemaer til valgte "GeoMaps" mutation](/geopard-tutorials/dnk/api-dokumentation/geopard-api-foresporgselsoversigt/39.-mutation-angiv-brugerdefinerede-farveskemaer-for-valgte-geomaps.md).

### URL

[https://api.geopard.tech/geo/map?SERVICE=WMS\&VERSION=1.1.1\&REQUEST=GetMap\&FORMAT=image/png\&TRANSPARENT=true\&VIEWPARAMS=uuid:\<vector\_analysis\_map\_uuid>\&LAYERS=zone\_map\_view\&exceptions=application/vnd.ogc.se\_inimage\&SRS=EPSG:3857\&STYLES=zonesmap\_5\&HEIGHT=512\&WIDTH=512\&BBOX=\<field\_bounding\_box\_in\_epsg3857><mark style="color:grøn;">\&env=c1:%23762a83%3Bc2:%23af8dc3%3Bc3:%23e7d4e8%3Bc4:%23d9f0d3%3Bc5:%237fbf7b</mark>\&geopardApiKey=\<dit\_geopard\_api\_key>](https://api.geopard.tech/geo/map?SERVICE=WMS\&VERSION=1.1.1\&REQUEST=GetMap\&FORMAT=image/png\&TRANSPARENT=true\&VIEWPARAMS=uuid:)

### Visualisering

<figure><img src="https://lh4.googleusercontent.com/iEa6wne-xyboxYiPKLIAcWzs8bw6MGg9WT5dS6LauWDY1aCtF-DcF0aU_5zDrH7Itx2ZMqHvd_BZPDdv8j0vnSVmrc2SqTXOqA-Hy-jbbfomEqxIR-kV_vZGl5wXL53dEb9k0Zb6ynWO8ntfmofZAA" alt=""><figcaption><p>ZonesMap med brugerdefineret farveskema</p></figcaption></figure>


---

# 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/api-dokumentation/geo-endpoints-til-adgang-til-rumlige-data/wms-hent-rasterbilleder-af-rumlige-datalag/6.-zonesmap-brugerdefineret-farveskema.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.
