Skip to content

Commit

Permalink
Merge pull request georchestra#685 from dsuren1/#645_681_fix
Browse files Browse the repository at this point in the history
georchestra#645 & georchestra#681: Fix - Annotations circle geometry
  • Loading branch information
tdipisa authored Jan 8, 2024
2 parents 308da6b + f9aa0d3 commit 5708084
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MapStore2
Submodule MapStore2 updated 180 files
26 changes: 24 additions & 2 deletions configs/localConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 5708084

Please sign in to comment.