Fix icons

This commit is contained in:
Pieter Vander Vennet 2021-11-22 01:02:56 +01:00
parent 3712000d18
commit 290cb6ce56

View file

@ -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) {