# 6. ZonesMap: custom color schema

Field-related data layers are located in the `field` -> `vectorAnalysisMaps` -> `geoMaps` attribute. It has the origin and thumbnail "VectorAnalysisMap" representations. Every `geoMap` contains complete details about the access `url`, color codes, classes, and view names.

{% hint style="info" %}
As the first option, the new color schema can be applied directly via the following sample `env=c1:%23762a83%3Bc2:%23af8dc3%3Bc3:%23e7d4e8%3Bc4:%23d9f0d3%3Bc5:%237fbf7b` should be checked, where `%23` is `#` symbol and `%3b` is `;` symbol.
{% endhint %}

As the second option, the new color can be saved in advance via[ Mutation: Set custom color schemas to selected "GeoMaps" mutation](https://docs.geopard.tech/geopard-tutorials/api-docs/requests-overview/39.-mutation-set-custom-color-schemas-to-selected-geomaps).

### 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:green;">\&env=c1:%23762a83%3Bc2:%23af8dc3%3Bc3:%23e7d4e8%3Bc4:%23d9f0d3%3Bc5:%237fbf7b</mark>\&geopardApiKey=\<your \_geopard\_api\_key>](https://api.geopard.tech/geo/map?SERVICE=WMS\&VERSION=1.1.1\&REQUEST=GetMap\&FORMAT=image/png\&TRANSPARENT=true\&VIEWPARAMS=uuid:)

### Visualization

<figure><img src="https://lh4.googleusercontent.com/iEa6wne-xyboxYiPKLIAcWzs8bw6MGg9WT5dS6LauWDY1aCtF-DcF0aU_5zDrH7Itx2ZMqHvd_BZPDdv8j0vnSVmrc2SqTXOqA-Hy-jbbfomEqxIR-kV_vZGl5wXL53dEb9k0Zb6ynWO8ntfmofZAA" alt=""><figcaption><p>ZonesMap with Custom Color Schema</p></figcaption></figure>
