diff --git a/docs/user-guide/catalog.md b/docs/user-guide/catalog.md index 5225edea15..2abc085595 100644 --- a/docs/user-guide/catalog.md +++ b/docs/user-guide/catalog.md @@ -198,6 +198,8 @@ WMS and WMTS Services are [OGC Standards](https://www.ogc.org/standards) protoco In **General Settings** the user can set the title he wants to assign to this service and the URL of the service to configure the service and its URL. +#### Advanced Settings + In addition to the standard options, only for WMS catalog sources, through the **Advanced Settings** the user can configure also the following options: @@ -357,3 +359,14 @@ MapStore allows to add COG layers (also as a background) through its *Catalog* t In **General Settings** of a COG source type, it is possible to specify the service `Title` and its `URL`. + +!!! Note + To properly display COG layers in your MapStore map, it is necessary to add the reference system definition supported by the COG in the MapStore [projectionDefs configuration](https://docs.mapstore.geosolutionsgroup.com/en/latest/developer-guide/local-config/#projectiondefs-configuration) + +#### Advanced Settings + +In addition to the standard options, only for COG catalog sources, through the **Advanced Settings** the user can configure also the following option: + + + +* *Download file metadata on search*: this option will fetch metadata to support the zoom to layer when the layer is added to the [TOC](toc.md#table-of-contents). diff --git a/docs/user-guide/img/catalog/advanced_settings_cog.jpg b/docs/user-guide/img/catalog/advanced_settings_cog.jpg new file mode 100644 index 0000000000..7ff2a20668 Binary files /dev/null and b/docs/user-guide/img/catalog/advanced_settings_cog.jpg differ diff --git a/docs/user-guide/img/catalog/cog_service.jpg b/docs/user-guide/img/catalog/cog_service.jpg index 05b7797b9c..0cc65369f9 100644 Binary files a/docs/user-guide/img/catalog/cog_service.jpg and b/docs/user-guide/img/catalog/cog_service.jpg differ