Skip to content

Commit

Permalink
[Backport 2023.02.xx] Update MS submodule to include Phase IV and #679 (
Browse files Browse the repository at this point in the history
#694)

* Update MS submodule to include Phase IV and #679

* Revert config

* Update with fix #681
  • Loading branch information
dsuren1 authored Feb 2, 2024
1 parent 8f3fe52 commit cefe99e
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MapStore2
Submodule MapStore2 updated 230 files
26 changes: 24 additions & 2 deletions configs/localConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<dependency>
<groupId>it.geosolutions.mapstore</groupId>
<artifactId>mapstore-services</artifactId>
<version>1.6.0</version>
<version>1.6.2</version>
</dependency>
<!-- ================================================================ -->
<!-- GeoStore modules -->
Expand Down

0 comments on commit cefe99e

Please sign in to comment.