Skip to content

Commit cefe99e

Browse files
authored
[Backport 2023.02.xx] Update MS submodule to include Phase IV and #679 (#694)
* Update MS submodule to include Phase IV and #679 * Revert config * Update with fix #681
1 parent 8f3fe52 commit cefe99e

File tree

3 files changed

+26
-4
lines changed

3 files changed

+26
-4
lines changed

MapStore2

Submodule MapStore2 updated 230 files

configs/localConfig.json

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,20 @@
370370
}
371371
},
372372
"Permalink",
373-
"MetadataExplorer",
373+
{
374+
"name": "MetadataExplorer",
375+
"cfg": {
376+
"serviceTypes": [
377+
{ "name": "csw", "label": "CSW" },
378+
{ "name": "wms", "label": "WMS" },
379+
{ "name": "wmts", "label": "WMTS" },
380+
{ "name": "tms", "label": "TMS", "allowedProviders": ["OpenStreetMap", "OpenSeaMap", "Stamen"] },
381+
{ "name": "wfs", "label": "WFS" },
382+
{ "name": "3dtiles", "label": "3D Tiles" },
383+
{ "name": "cog", "label": "COG" }
384+
]
385+
}
386+
},
374387
"MapImport",
375388
"MapExport",
376389
"GlobeViewSwitcher"
@@ -545,7 +558,16 @@
545558
"name": "MetadataExplorer",
546559
"cfg": {
547560
"zoomToLayer": false,
548-
"wrap": true
561+
"wrap": true,
562+
"serviceTypes": [
563+
{ "name": "csw", "label": "CSW" },
564+
{ "name": "wms", "label": "WMS" },
565+
{ "name": "wmts", "label": "WMTS" },
566+
{ "name": "tms", "label": "TMS", "allowedProviders": ["OpenStreetMap", "OpenSeaMap", "Stamen"] },
567+
{ "name": "wfs", "label": "WFS" },
568+
{ "name": "3dtiles", "label": "3D Tiles" },
569+
{ "name": "cog", "label": "COG" }
570+
]
549571
}
550572
}, {
551573
"name": "MousePosition",

web/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>it.geosolutions.mapstore</groupId>
3232
<artifactId>mapstore-services</artifactId>
33-
<version>1.6.0</version>
33+
<version>1.6.2</version>
3434
</dependency>
3535
<!-- ================================================================ -->
3636
<!-- GeoStore modules -->

0 commit comments

Comments
 (0)