Small comment update
This commit is contained in:
parent
541b6fd2d4
commit
53e70b9a9c
1 changed files with 3 additions and 1 deletions
|
@ -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 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'
|
* The default value is 'yes'
|
||||||
*/
|
*/
|
||||||
isShown?: TagRenderingConfigJson;
|
isShown?: TagRenderingConfigJson;
|
||||||
|
|
Loading…
Reference in a new issue