> 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/de/api-dokumentation/geo-endpunkte-fur-den-zugriff-auf-raumliche-daten/wms-rasterbilder-raumlicher-datenebenen-abrufen/10.-rastermap-vorschaubild.md).

# 10. RasterMap: Vorschaubild

Das Vorschaubild von RasterMap ist ein Teil der Darstellung "VectorAnalysisMaps". Es befindet sich im Feld -> `rasterAnalysisMaps` -> `geoMaps` Attribut und das `geoKarte` enthält ein `Miniaturbild`.

{% hint style="info" %}
Farbschema wird über das env-Attribut angewendet:  `env=v1:-0.0689999982714653%3Bv2:0.12600000202655792%3Bv3:0.24799999594688416%3Bv4:0.31299999356269836%3Bv5:0.4269999861717224`, wobei %3B das ;-Symbol ist.
{% endhint %}

### URL&#x20;

[https://api.geopard.tech/geo/map/reflect?TRANSPARENT=true\&LAYERS=agri:preview\_zone\_map\&SRS=EPSG:900913\&STYLES=preview\_zone\_map\&HEIGHT=128\&BBOX=\<field\_bounding\_box\_in\_epsg3857>\&env=v1:-0.0689999982714653%3Bv2:0.12600000202655792%3Bv3:0.24799999594688416%3Bv4:0.31299999356269836%3Bv5:0.4269999861717224\&CQL\_FILTER=uuid=%27\<raster\_analysis\_map\_uuid>%27\&geopardApiKey=\<your\_geopard\_api\_key>](https://api.geopard.tech/geo/map/reflect?TRANSPARENT=true\&LAYERS=agri:preview_zone_map\&SRS=EPSG:900913\&STYLES=preview_zone_map\&HEIGHT=128\&BBOX=)

### Visualisierung

<figure><img src="https://lh6.googleusercontent.com/PZIAedHjrPbTkl1-9C1ozBAXu57Tw_JGtjfAXy1JPju1a8RCBygL9gY0ew9f0VOTmPIS24hymbnjNdCYmRTvyj-IpKyeJOWiaYeHhzzAqnV3KlNz-4KZszwLdmFPHA9i7klhL1UfMd4YkaRfHsfE_Q" alt="" width="375"><figcaption></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/de/api-dokumentation/geo-endpunkte-fur-den-zugriff-auf-raumliche-daten/wms-rasterbilder-raumlicher-datenebenen-abrufen/10.-rastermap-vorschaubild.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.
