From 53e70b9a9c54a67a05fd7e89b16ca59589ad1ad2 Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Fri, 26 Mar 2021 00:55:36 +0100 Subject: [PATCH] Small comment update --- Customizations/JSON/LayerConfigJson.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Customizations/JSON/LayerConfigJson.ts b/Customizations/JSON/LayerConfigJson.ts index 8f236b8..7345d1b 100644 --- a/Customizations/JSON/LayerConfigJson.ts +++ b/Customizations/JSON/LayerConfigJson.ts @@ -55,7 +55,9 @@ export interface LayerConfigJson { /** * This tagrendering should either be 'yes' or 'no'. If 'no' is returned, then the feature will be hidden from view. - * This is useful to hide certain features from view + * This is useful to hide certain features from view. Important: hiding features does not work dynamically, but is only calculated when the data is first renders. + * This implies that it is not possible to hide a feature after a tagging change + * * The default value is 'yes' */ isShown?: TagRenderingConfigJson;