diff --git a/MapStore2 b/MapStore2 index 7a3e2cd3a..54d52d18f 160000 --- a/MapStore2 +++ b/MapStore2 @@ -1 +1 @@ -Subproject commit 7a3e2cd3a04563f4be6cda1637a80de859f375a1 +Subproject commit 54d52d18f7b53667e3336cc090359d55379d91ae diff --git a/configs/localConfig.json b/configs/localConfig.json index 7fd5f50c3..bf544a5db 100644 --- a/configs/localConfig.json +++ b/configs/localConfig.json @@ -374,7 +374,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" @@ -549,7 +562,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",