From 02139bab0cc18a1f533745227addfbe7b3cf8115 Mon Sep 17 00:00:00 2001
From: ElenaGallo <56537133+ElenaGallo@users.noreply.github.com>
Date: Mon, 4 Dec 2023 10:18:13 +0100
Subject: [PATCH] Update docs/user-guide/catalog.md
*Format*: to assign the default *Tile* format for the layers added to the map (e.g. `png`, `png8`, `jpeg`, `vnd.jpeg-png`, `vnd.jpeg-png8` or `gif`) and to define the default *Information sheet* format for the layers added to the map (`text/plain`, `text/html` or `application/json`). The list of available formats is automatically retrieved from the ones supported by the WMS server and can also be manually fetched through the **Fetch supported formats** button when necessary.
Co-authored-by: Tobia Di Pisa
---
docs/user-guide/catalog.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/user-guide/catalog.md b/docs/user-guide/catalog.md
index 652f8cce7e..6799847831 100644
--- a/docs/user-guide/catalog.md
+++ b/docs/user-guide/catalog.md
@@ -92,7 +92,7 @@ In **general settings of** CSW service the user can specify the title to assign
!!! note
If the **No Vendor** is set, then [MapStore](https://mapstore.geosolutionsgroup.com/mapstore/#/) will not use any vendor option supported only by GeoServer in the OGC requests where this source is involved.
-* *Format*: to define the default *Tile* format for the layers added to the map (`png`, `png8`, `jpeg`, `vnd.jpeg-png`, `vnd.jpeg-png8` or `gif`) and to define the default *Information sheet* format for the layers added to the map (`text/plain`, `text/html` or `application/json`). The list of available formats is retrieved from the WMS server through the **Fetch supported formats** button.
+* *Format*: to assign the default *Tile* format for the layers added to the map (e.g. `png`, `png8`, `jpeg`, `vnd.jpeg-png`, `vnd.jpeg-png8` or `gif`) and to define the default *Information sheet* format for the layers added to the map (`text/plain`, `text/html` or `application/json`). The list of available formats is automatically retrieved from the ones supported by the WMS server and can be also manually fetched through the **Fetch supported formats** button when necessary.
!!! note
The *Tile* and the *Information sheet* configured through this option will be automatically used for all layers loaded from the involved catalog source (if not configured the default *Tile* used is `image/png` and the default *Information sheet* used is`text/plain`). For layers already loaded on the map, it is possible to change the format through the [Layer Settings](https://mapstore.readthedocs.io/en/latest/user-guide/layer-settings) tool as usual.