Automatically place the label below the icon

This commit is contained in:
Pieter Vander Vennet 2021-04-11 00:09:19 +02:00
parent a50913a094
commit b6b22526dd
3 changed files with 8 additions and 5 deletions

View file

@ -131,7 +131,7 @@ export interface LayerConfigJson {
rotation?: string | TagRenderingConfigJson;
/**
* A HTML-fragment that is shown at the center of the icon, for example:
* <div style="margin-top: 50px; background: white; display: block">{name}</div>
* <div style="background: white; display: block">{name}</div>
*/
label?: string | TagRenderingConfigJson ;