forked from MapComplete/MapComplete
Automatically place the label below the icon
This commit is contained in:
parent
a50913a094
commit
b6b22526dd
3 changed files with 8 additions and 5 deletions
|
|
@ -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 ;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue