From 0b85ca4d461b98e52536ae4d716f483c60159199 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-=C3=89tienne=20Lord?= Date: Fri, 30 Apr 2021 15:53:42 -0400 Subject: [PATCH 1/2] fix(demo): wrong properties --- src/contexts/layerSync.json | 4 ++-- src/contexts/workspace.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/contexts/layerSync.json b/src/contexts/layerSync.json index 0d207466f..1452e3bee 100644 --- a/src/contexts/layerSync.json +++ b/src/contexts/layerSync.json @@ -116,7 +116,7 @@ { "id": "id1", "logical": "Or", - "buttons": [ + "selectors": [ { "title": "Radar photo fixe", "enabled": true, @@ -167,7 +167,7 @@ "id": "id2", "logical": "Or", "vertical": true, - "buttons": [ + "selectors": [ { "title": "Montréal & Laval", "enabled": false, diff --git a/src/contexts/workspace.json b/src/contexts/workspace.json index 14d01601f..80aea1da3 100644 --- a/src/contexts/workspace.json +++ b/src/contexts/workspace.json @@ -87,7 +87,7 @@ { "id": "id1", "logical": "Or", - "buttons": [ + "selectors": [ { "title": "Bell", "enabled": true, From 79f76d1768c6cc68f393ed257e86da24b5dd7b29 Mon Sep 17 00:00:00 2001 From: Philippe Lafreniere Date: Mon, 3 May 2021 09:08:30 -0400 Subject: [PATCH 2/2] fix(ogcFilters context): selector type is unnecessary --- src/contexts/ogcFilters.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/contexts/ogcFilters.json b/src/contexts/ogcFilters.json index 70e2488f0..30a7ff5d1 100644 --- a/src/contexts/ogcFilters.json +++ b/src/contexts/ogcFilters.json @@ -73,7 +73,6 @@ "enabled": true, "editable": true, "pushButtons": { - "selectorType": "pushButton", "order": 2, "groups": [ {"title": "Group 1 Title","name": "1","ids": ["id1"]}, @@ -169,7 +168,6 @@ ] }, "checkboxes": { - "selectorType": "checkbox", "order": 1, "groups": [ {"title": "Group 1 Title","name": "1","ids": ["id1","id2"]} @@ -253,7 +251,6 @@ "enabled": true, "editable": true, "pushButtons": { - "selectorType": "pushButton", "groups": [ {"title": "Group 1 Title","name": "1","ids": ["id1"]} ],