From 9236b036bc4a6cbad7a37b950fa5d6565481f0a1 Mon Sep 17 00:00:00 2001 From: MV88 Date: Thu, 25 Jan 2024 17:00:43 +0100 Subject: [PATCH 1/3] Fix configuration to incldue print and layer download --- configs/localConfig.json | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/configs/localConfig.json b/configs/localConfig.json index 84911a5..7e90f19 100644 --- a/configs/localConfig.json +++ b/configs/localConfig.json @@ -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": { @@ -375,7 +369,7 @@ }, "Home", "FeatureEditor", - "WFSDownload", + "LayerDownload", { "name": "QueryPanel", "cfg": { From 8a68a961341713c73304ab421c0d777ee519dfde Mon Sep 17 00:00:00 2001 From: MV88 Date: Thu, 25 Jan 2024 18:26:33 +0100 Subject: [PATCH 2/3] include also filter layer --- configs/localConfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/localConfig.json b/configs/localConfig.json index 7e90f19..fa8a487 100644 --- a/configs/localConfig.json +++ b/configs/localConfig.json @@ -422,6 +422,7 @@ "removeGroupsPermissions": true } }, + "FilterLayer", "AddGroup", "TOCItemsSettings", "Tutorial", From 72c56b268fad59ff7377e4724bc702920ca4d773 Mon Sep 17 00:00:00 2001 From: MV88 Date: Thu, 25 Jan 2024 18:32:02 +0100 Subject: [PATCH 3/3] add swipe --- configs/localConfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/localConfig.json b/configs/localConfig.json index fa8a487..4373512 100644 --- a/configs/localConfig.json +++ b/configs/localConfig.json @@ -339,6 +339,7 @@ }, "Notifications", "BackgroundSelector", + "Swipe", { "name": "Annotations", "cfg": {