Skip to content

Commit

Permalink
Merge pull request #44 from MV88/fix_print_download
Browse files Browse the repository at this point in the history
Fix configuration to include print and layer download
  • Loading branch information
randomorder authored Jan 26, 2024
2 parents 97a04ae + 72c56b2 commit dcb225e
Showing 1 changed file with 9 additions and 13 deletions.
22 changes: 9 additions & 13 deletions configs/localConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,12 @@
}
],
"monitorState": [
{
"name": "router",
"path": "router.location.pathname"
},
{
"name": "browser",
"path": "browser"
},
{
"name": "featuregridmode",
"path": "featuregrid.mode"
}
{"name": "router", "path": "router.location.pathname"},
{"name": "browser", "path": "browser"},
{"name": "geostorymode", "path": "geostory.mode"},
{"name": "featuregridmode", "path": "featuregrid.mode"},
{"name": "userrole", "path": "security.user.role"},
{"name": "printEnabled", "path": "print.capabilities"}
],
"projectionDefs": [],
"initialState": {
Expand Down Expand Up @@ -345,6 +339,7 @@
},
"Notifications",
"BackgroundSelector",
"Swipe",
{
"name": "Annotations",
"cfg": {
Expand Down Expand Up @@ -375,7 +370,7 @@
},
"Home",
"FeatureEditor",
"WFSDownload",
"LayerDownload",
{
"name": "QueryPanel",
"cfg": {
Expand Down Expand Up @@ -428,6 +423,7 @@
"removeGroupsPermissions": true
}
},
"FilterLayer",
"AddGroup",
"TOCItemsSettings",
"Tutorial",
Expand Down

0 comments on commit dcb225e

Please sign in to comment.