Fix icons
This commit is contained in:
parent
3712000d18
commit
290cb6ce56
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ export default class PointRenderingConfig extends WithContextLoader {
|
|||
|
||||
|
||||
const icon = this.GetSimpleIcon(tags)
|
||||
const iconAndBadges = new Combine([, this.GetBadges(tags)])
|
||||
const iconAndBadges = new Combine([icon, this.GetBadges(tags)])
|
||||
.SetClass("block relative")
|
||||
|
||||
if (!options?.noSize) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue