From d67a23c7ad0553a40307b33f191eb458a7ec3c1e Mon Sep 17 00:00:00 2001
From: ElenaGallo <56537133+ElenaGallo@users.noreply.github.com>
Date: Wed, 25 Oct 2023 18:20:31 +0200
Subject: [PATCH 1/8] add_9482
---
docs/user-guide/catalog.md | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/docs/user-guide/catalog.md b/docs/user-guide/catalog.md
index f80895c52d..f8b732edbe 100644
--- a/docs/user-guide/catalog.md
+++ b/docs/user-guide/catalog.md
@@ -370,3 +370,10 @@ In addition to the standard options, only for COG catalog sources, through the *
* *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).
+
+!!! warning
+ For now, the implementation of the COG catalog on MapStore is experimental and the features currently available for the COG layers are:
+
+ * *Zoom to selected layer extent* : in order to zoom the map to the layer's extent
+ * Access the [Layer Settings](layer-settings.md#layer-settings) to view/edit the [General Information](layer-settings.md#general-information) and customize the *Opacity* value and the *Visibility limits* from the [Display](layer-settings.md#display) tab
+ * *Remove* the layer
From 329f42146615a079f23736f2a0bb041d5795a0f2 Mon Sep 17 00:00:00 2001
From: ElenaGallo <56537133+ElenaGallo@users.noreply.github.com>
Date: Mon, 4 Dec 2023 10:12:29 +0100
Subject: [PATCH 2/8] add_comment
---
docs/user-guide/catalog.md | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/docs/user-guide/catalog.md b/docs/user-guide/catalog.md
index f8b732edbe..8c4b17c4e9 100644
--- a/docs/user-guide/catalog.md
+++ b/docs/user-guide/catalog.md
@@ -363,6 +363,23 @@ In **General Settings** of a COG source type, it is possible to specify the serv
!!! 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](../../developer-guide/local-config/#projectiondefs-configuration)
+!!! warning
+ The feature is currently in experimental state, and won't be available in the default service types list of the catalog.
+ In order to enable this service, update the [MetadataExplorer plugin's configuration](https://mapstore.geosolutionsgroup.com/mapstore/docs/api/plugins#plugins.MetadataExplorer) in `localConfig.json` as shown below
+
+ ```diff
+ {
+ "name": "MetadataExplorer",
+ "cfg": {
+ ...
+ serviceTypes: [
+ ...
+ + { name: "cog", label: "COG" }
+ ]
+ }
+ }
+ ```
+
#### 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:
From eec242f10137e963188c63e97c433c92dbf3dcba Mon Sep 17 00:00:00 2001
From: ElenaGallo <56537133+ElenaGallo@users.noreply.github.com>
Date: Mon, 4 Dec 2023 12:01:21 +0100
Subject: [PATCH 3/8] Update docs/user-guide/catalog.md
COG catalog types in MapStore are still in an experimental state and won't be available in the default service types list of the Catalog tool.
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 8c4b17c4e9..ec9c3d3207 100644
--- a/docs/user-guide/catalog.md
+++ b/docs/user-guide/catalog.md
@@ -364,7 +364,7 @@ In **General Settings** of a COG source type, it is possible to specify the serv
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](../../developer-guide/local-config/#projectiondefs-configuration)
!!! warning
- The feature is currently in experimental state, and won't be available in the default service types list of the catalog.
+ COG catalog types in MapStore is still in experimental state and won't be available in the default service types list of the Catalog tool.
In order to enable this service, update the [MetadataExplorer plugin's configuration](https://mapstore.geosolutionsgroup.com/mapstore/docs/api/plugins#plugins.MetadataExplorer) in `localConfig.json` as shown below
```diff
From e99ece3cda0350dfca5189501cb03f55c9088b3f Mon Sep 17 00:00:00 2001
From: ElenaGallo <56537133+ElenaGallo@users.noreply.github.com>
Date: Mon, 4 Dec 2023 12:01:57 +0100
Subject: [PATCH 4/8] Update docs/user-guide/catalog.md
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 ec9c3d3207..3862ebe65d 100644
--- a/docs/user-guide/catalog.md
+++ b/docs/user-guide/catalog.md
@@ -365,7 +365,7 @@ In **General Settings** of a COG source type, it is possible to specify the serv
!!! warning
COG catalog types in MapStore is still in experimental state and won't be available in the default service types list of the Catalog tool.
- In order to enable this service, update the [MetadataExplorer plugin's configuration](https://mapstore.geosolutionsgroup.com/mapstore/docs/api/plugins#plugins.MetadataExplorer) in `localConfig.json` as shown below
+ In order to enable this service, update the default [Catalog tool configuration](https://mapstore.geosolutionsgroup.com/mapstore/docs/api/plugins#plugins.MetadataExplorer) in `localConfig.json` or inside the application context wizard as shown below:
```diff
{
From 7455fff05fed63a3f7a58c9ed17e9d20af5250b7 Mon Sep 17 00:00:00 2001
From: ElenaGallo <56537133+ElenaGallo@users.noreply.github.com>
Date: Mon, 4 Dec 2023 12:02:04 +0100
Subject: [PATCH 5/8] Update docs/user-guide/catalog.md
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 3862ebe65d..de63dd051e 100644
--- a/docs/user-guide/catalog.md
+++ b/docs/user-guide/catalog.md
@@ -388,7 +388,7 @@ In addition to the standard options, only for COG catalog sources, through the *
* *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).
-!!! warning
+!!! Note
For now, the implementation of the COG catalog on MapStore is experimental and the features currently available for the COG layers are:
* *Zoom to selected layer extent* : in order to zoom the map to the layer's extent
From b309d819c67108bc0f9f2757f9e4677fce89e9ab Mon Sep 17 00:00:00 2001
From: ElenaGallo <56537133+ElenaGallo@users.noreply.github.com>
Date: Mon, 4 Dec 2023 12:02:30 +0100
Subject: [PATCH 6/8] Update docs/user-guide/catalog.md
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 de63dd051e..f6b0a50b7e 100644
--- a/docs/user-guide/catalog.md
+++ b/docs/user-guide/catalog.md
@@ -389,7 +389,7 @@ In addition to the standard options, only for COG catalog sources, through the *
* *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).
!!! Note
- For now, the implementation of the COG catalog on MapStore is experimental and the features currently available for the COG layers are:
+ The tool capabilities currently available for the COG layers are:
* *Zoom to selected layer extent* : in order to zoom the map to the layer's extent
* Access the [Layer Settings](layer-settings.md#layer-settings) to view/edit the [General Information](layer-settings.md#general-information) and customize the *Opacity* value and the *Visibility limits* from the [Display](layer-settings.md#display) tab
From 72676f7ccc39b65435291716fb8cf26d7fb72038 Mon Sep 17 00:00:00 2001
From: ElenaGallo <56537133+ElenaGallo@users.noreply.github.com>
Date: Mon, 4 Dec 2023 12:18:42 +0100
Subject: [PATCH 7/8] Update docs/user-guide/catalog.md
The tool capabilities currently available for COG layers are:
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 f6b0a50b7e..857c4e783e 100644
--- a/docs/user-guide/catalog.md
+++ b/docs/user-guide/catalog.md
@@ -389,7 +389,7 @@ In addition to the standard options, only for COG catalog sources, through the *
* *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).
!!! Note
- The tool capabilities currently available for the COG layers are:
+ The tool capabilities currently available for COG layers are:
* *Zoom to selected layer extent* : in order to zoom the map to the layer's extent
* Access the [Layer Settings](layer-settings.md#layer-settings) to view/edit the [General Information](layer-settings.md#general-information) and customize the *Opacity* value and the *Visibility limits* from the [Display](layer-settings.md#display) tab
From f0d0f614baad6598dfc3f9b8a9f70e12eb382d29 Mon Sep 17 00:00:00 2001
From: ElenaGallo <56537133+ElenaGallo@users.noreply.github.com>
Date: Mon, 4 Dec 2023 12:19:43 +0100
Subject: [PATCH 8/8] Update docs/user-guide/catalog.md
The COG catalog type in MapStore is still in experimental state and, for this reason, is not directly available in the default service types list of the Catalog tool.
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 857c4e783e..8088525878 100644
--- a/docs/user-guide/catalog.md
+++ b/docs/user-guide/catalog.md
@@ -364,7 +364,7 @@ In **General Settings** of a COG source type, it is possible to specify the serv
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](../../developer-guide/local-config/#projectiondefs-configuration)
!!! warning
- COG catalog types in MapStore is still in experimental state and won't be available in the default service types list of the Catalog tool.
+ The COG catalog type in MapStore is still in experimental state and for this reason not directly available in the default service types list of the Catalog tool.
In order to enable this service, update the default [Catalog tool configuration](https://mapstore.geosolutionsgroup.com/mapstore/docs/api/plugins#plugins.MetadataExplorer) in `localConfig.json` or inside the application context wizard as shown below:
```diff