Add label to shops

This commit is contained in:
Pieter Vander Vennet 2022-03-16 00:20:15 +01:00 committed by GitHub
parent daa23fad95
commit dc42483edf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -379,6 +379,14 @@
"then": "isOpen"
}
],
"label": {
"mappings": [
{
"if": "name~*",
"then": "<div style='background: white; padding: 0.25em; border-radius:0.5em'>{name}</div>"
}
]
},
"iconSize": {
"render": "40,40,center"
},
@ -396,4 +404,4 @@
}
}
]
}
}