From 650d8ff2f593002462d9a8ab98b53513fbed9236 Mon Sep 17 00:00:00 2001 From: Suren Date: Tue, 18 Nov 2025 19:00:43 +0530 Subject: [PATCH 1/2] #2205 - Add support for COG layers in MetadataExplorer --- .../static/mapstore/configs/localConfig.json | 14 +++++++++++++- .../static/mapstore/configs/pluginsConfig.json | 14 +++++++++++++- 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/geonode_mapstore_client/static/mapstore/configs/localConfig.json b/geonode_mapstore_client/static/mapstore/configs/localConfig.json index d033394cb6..4e3b527147 100644 --- a/geonode_mapstore_client/static/mapstore/configs/localConfig.json +++ b/geonode_mapstore_client/static/mapstore/configs/localConfig.json @@ -2066,7 +2066,19 @@ { "name": "MetadataExplorer", "cfg": { - "wrap": true + "wrap": true, + "serviceTypes": [ + { "name": "csw", "label": "CSW" }, + { "name": "wms", "label": "WMS" }, + { "name": "wmts", "label": "WMTS" }, + { "name": "tms", "label": "TMS", "allowedProviders": ["OpenStreetMap", "OpenSeaMap", "Stamen"] }, + { "name": "wfs", "label": "WFS" }, + { "name": "3dtiles", "label": "3D Tiles" }, + { "name": "model", "label": "IFC Model" }, + { "name": "arcgis", "label": "ArcGIS" }, + { "name": "wps", "label": "WPS" }, + { "name": "cog", "label": "COG" } + ] } }, { diff --git a/geonode_mapstore_client/static/mapstore/configs/pluginsConfig.json b/geonode_mapstore_client/static/mapstore/configs/pluginsConfig.json index 91b3ef4ef5..cf15d75433 100644 --- a/geonode_mapstore_client/static/mapstore/configs/pluginsConfig.json +++ b/geonode_mapstore_client/static/mapstore/configs/pluginsConfig.json @@ -548,7 +548,19 @@ "SidebarMenu" ], "defaultConfig": { - "wrap": true + "wrap": true, + "serviceTypes": [ + { "name": "csw", "label": "CSW" }, + { "name": "wms", "label": "WMS" }, + { "name": "wmts", "label": "WMTS" }, + { "name": "tms", "label": "TMS", "allowedProviders": ["OpenStreetMap", "OpenSeaMap", "Stamen"] }, + { "name": "wfs", "label": "WFS" }, + { "name": "3dtiles", "label": "3D Tiles" }, + { "name": "model", "label": "IFC Model" }, + { "name": "arcgis", "label": "ArcGIS" }, + { "name": "wps", "label": "WPS" }, + { "name": "cog", "label": "COG" } + ] } }, { From 94298486e9cbd902b4d6810a412d143ecf4ce82c Mon Sep 17 00:00:00 2001 From: Suren Date: Tue, 18 Nov 2025 19:05:22 +0530 Subject: [PATCH 2/2] update config --- geonode_mapstore_client/static/mapstore/configs/localConfig.json | 1 - .../static/mapstore/configs/pluginsConfig.json | 1 - 2 files changed, 2 deletions(-) diff --git a/geonode_mapstore_client/static/mapstore/configs/localConfig.json b/geonode_mapstore_client/static/mapstore/configs/localConfig.json index 4e3b527147..1c36c5d5eb 100644 --- a/geonode_mapstore_client/static/mapstore/configs/localConfig.json +++ b/geonode_mapstore_client/static/mapstore/configs/localConfig.json @@ -2076,7 +2076,6 @@ { "name": "3dtiles", "label": "3D Tiles" }, { "name": "model", "label": "IFC Model" }, { "name": "arcgis", "label": "ArcGIS" }, - { "name": "wps", "label": "WPS" }, { "name": "cog", "label": "COG" } ] } diff --git a/geonode_mapstore_client/static/mapstore/configs/pluginsConfig.json b/geonode_mapstore_client/static/mapstore/configs/pluginsConfig.json index cf15d75433..22350192bf 100644 --- a/geonode_mapstore_client/static/mapstore/configs/pluginsConfig.json +++ b/geonode_mapstore_client/static/mapstore/configs/pluginsConfig.json @@ -558,7 +558,6 @@ { "name": "3dtiles", "label": "3D Tiles" }, { "name": "model", "label": "IFC Model" }, { "name": "arcgis", "label": "ArcGIS" }, - { "name": "wps", "label": "WPS" }, { "name": "cog", "label": "COG" } ] }