diff --git a/MapStore2 b/MapStore2 index 7a3e2cd3a..1dfbf0844 160000 --- a/MapStore2 +++ b/MapStore2 @@ -1 +1 @@ -Subproject commit 7a3e2cd3a04563f4be6cda1637a80de859f375a1 +Subproject commit 1dfbf08442bbe7445c35cda9f6da7aa1083e4cbd diff --git a/configs/localConfig.json b/configs/localConfig.json index 29be156fc..0eff60c3d 100644 --- a/configs/localConfig.json +++ b/configs/localConfig.json @@ -370,7 +370,20 @@ } }, "Permalink", - "MetadataExplorer", + { + "name": "MetadataExplorer", + "cfg": { + "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": "cog", "label": "COG" } + ] + } + }, "MapImport", "MapExport", "GlobeViewSwitcher" @@ -545,7 +558,16 @@ "name": "MetadataExplorer", "cfg": { "zoomToLayer": false, - "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": "cog", "label": "COG" } + ] } }, { "name": "MousePosition", diff --git a/web/pom.xml b/web/pom.xml index b05ad446e..a2d30fa1a 100644 --- a/web/pom.xml +++ b/web/pom.xml @@ -30,7 +30,7 @@ it.geosolutions.mapstore mapstore-services - 1.6.0 + 1.6.2