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;