From f544107bd8f6eb7eb10adecb0c0d62cb2fdc327b Mon Sep 17 00:00:00 2001 From: John Hauck Date: Thu, 12 Sep 2024 10:02:56 -0600 Subject: [PATCH] add two onLoad options --- src/configParamsJSON/notifyConfigParams.json | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/src/configParamsJSON/notifyConfigParams.json b/src/configParamsJSON/notifyConfigParams.json index d8de7db..0c3ef0d 100644 --- a/src/configParamsJSON/notifyConfigParams.json +++ b/src/configParamsJSON/notifyConfigParams.json @@ -252,13 +252,25 @@ "type": "setting", "id": "showSearchDistance", "defaultValue": true, - "express": false + "express": false, + "content": [{ + "type": "setting", + "id": "showSearchDistanceOnLoad", + "defaultValue": false, + "express": false + }] }, { "type": "setting", "id": "showLayerFeatures", "defaultValue": true, - "express": false + "express": false, + "content": [{ + "type": "setting", + "id": "showLayerFeaturesOnLoad", + "defaultValue": false, + "express": false + }] } ] },