Skip to content

Commit

Permalink
remove deprecated configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
allyoucanmap committed May 13, 2024
1 parent 2338082 commit 6649061
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
7 changes: 1 addition & 6 deletions static-map/configs/localConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,7 @@
{
"name": "TOC",
"cfg": {
"activateMetedataTool": false,
"activateMapTitle": false,
"activateSortLayer": false,
"activateLayerFilterTool": false,
"activateQueryTool": false
"activateSortLayer": false
}
},
{
Expand Down Expand Up @@ -286,7 +282,6 @@
{
"name": "TOC",
"cfg": {
"activateMetedataTool": false,
"layerOptions": {
"legendOptions": {
"WMSLegendOptions": "forceLabels:on",
Expand Down
6 changes: 1 addition & 5 deletions static-map/js/apps/static-map.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,7 @@ document.addEventListener('DOMContentLoaded', function() {
pages,
initialState: {
defaultState: {
...securityState,
maptype: {
mapType: 'openlayers',
last2dMapType: 'openlayers'
}
...securityState
}
},
appReducers: {
Expand Down

0 comments on commit 6649061

Please sign in to comment.